Struct DuckDbListRef
Reports where the data for one list resides in a list-valued DuckDB vector.
Inherited Members
Namespace: Mallard.Types
Assembly: Mallard.dll
Syntax
public readonly struct DuckDbListRef
Properties
| Edit this page View SourceLength
The length of the target list.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
int |
Offset
The index of the first item of the target list, within the list vector's "children vector".
Declaration
public int Offset { get; }
Property Value
Type | Description |
---|---|
int |