Record ListVector
Unit
Declaration
type ListVector = record
Description
Class: ListVector of ddb
Overview
Fields
o: Pduckdb_ListVector; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ListVector); |
|
class operator Explicit(const r: ListVector): Boolean; |
|
procedure AutoRelease(); |
|
class function GetData(arg1: Vector): list_entry_t; overload; static; |
|
class function GetEntry(arg1: Vector): Vector; overload; static; |
|
class function GetListSize(arg1: Vector): UInt64; overload; static; |
|
class procedure SetListSize(arg1: Vector; arg2: UInt64); overload; static; |
|
class function GetListCapacity(arg1: Vector): UInt64; overload; static; |
|
class procedure Reserve(arg1: Vector; arg2: UInt64); overload; static; |
|
class procedure Append(arg1: Vector; arg2: Vector; arg3: UInt64; arg4: UInt64); overload; static; |
|
class procedure Append(arg1: Vector; arg2: Vector; arg3: UInt64); overload; static; |
|
class procedure Append(arg1: Vector; arg2: Vector; arg3: SelectionVector; arg4: UInt64; arg5: UInt64); overload; static; |
|
class procedure Append(arg1: Vector; arg2: Vector; arg3: SelectionVector; arg4: UInt64); overload; static; |
|
class procedure PushBack(arg1: Vector; arg2: Value); overload; static; |
|
class function GetConsecutiveChildList(arg1: Vector; arg2: Vector; arg3: UInt64; arg4: UInt64): UInt64; overload; static; |
|
class function GetConsecutiveChildListInfo(arg1: Vector; arg2: UInt64; arg3: UInt64): ConsecutiveChildListInfo; overload; static; |
|
class procedure GetConsecutiveChildSelVector(arg1: Vector; arg2: SelectionVector; arg3: UInt64; arg4: UInt64); overload; static; |
|
class procedure ReferenceEntry(arg1: Vector; arg2: Vector); overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_ListVector; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ListVector); |
|
This item has no description. |
class operator Explicit(const r: ListVector): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function GetData(arg1: Vector): list_entry_t; overload; static; |
|
This item has no description. |
class function GetEntry(arg1: Vector): Vector; overload; static; |
|
This item has no description. |
class function GetListSize(arg1: Vector): UInt64; overload; static; |
|
This item has no description. |
class procedure SetListSize(arg1: Vector; arg2: UInt64); overload; static; |
|
This item has no description. |
class function GetListCapacity(arg1: Vector): UInt64; overload; static; |
|
This item has no description. |
class procedure Reserve(arg1: Vector; arg2: UInt64); overload; static; |
|
This item has no description. |
class procedure Append(arg1: Vector; arg2: Vector; arg3: UInt64; arg4: UInt64); overload; static; |
|
This item has no description. |
class procedure Append(arg1: Vector; arg2: Vector; arg3: UInt64); overload; static; |
|
This item has no description. |
class procedure Append(arg1: Vector; arg2: Vector; arg3: SelectionVector; arg4: UInt64; arg5: UInt64); overload; static; |
|
This item has no description. |
class procedure Append(arg1: Vector; arg2: Vector; arg3: SelectionVector; arg4: UInt64); overload; static; |
|
This item has no description. |
class procedure PushBack(arg1: Vector; arg2: Value); overload; static; |
|
This item has no description. |
class function GetConsecutiveChildList(arg1: Vector; arg2: Vector; arg3: UInt64; arg4: UInt64): UInt64; overload; static; |
|
This item has no description. |
class function GetConsecutiveChildListInfo(arg1: Vector; arg2: UInt64; arg3: UInt64): ConsecutiveChildListInfo; overload; static; |
|
This item has no description. |
class procedure GetConsecutiveChildSelVector(arg1: Vector; arg2: SelectionVector; arg3: UInt64; arg4: UInt64); overload; static; |
|
This item has no description. |
class procedure ReferenceEntry(arg1: Vector; arg2: Vector); overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |