Record SelectionVector
Unit
Declaration
type SelectionVector = record
Description
Class: SelectionVector of ddb
Overview
Fields
|  | o: Pduckdb_SelectionVector; | 
Methods
|  | constructor FromNativePointer(ptr : Pduckdb_SelectionVector); | 
|  | class operator Explicit(const r: SelectionVector): Boolean; | 
|  | procedure AutoRelease(); | 
|  | procedure Init(); overload; | 
|  | procedure Init(arg1: PCardinal); overload; | 
|  | procedure Init(arg1: UInt64); overload; | 
|  | procedure Init(arg1: UInt64; arg2: UInt64); overload; | 
|  | procedure Init(arg1: SelectionVector); overload; | 
|  | procedure Init(arg1: std_shared_ptr_duckdb_SelectionData); overload; | 
|  | class function Inverted(arg1: SelectionVector; arg2: SelectionVector; arg3: UInt64; arg4: UInt64): UInt64; overload; static; | 
|  | procedure Initialize(arg2: PCardinal); overload; | 
|  | procedure Initialize(arg2: UInt64); overload; | 
|  | procedure Initialize(); overload; | 
|  | procedure Initialize(arg2: std_shared_ptr_duckdb_SelectionData); overload; | 
|  | procedure Initialize(arg2: SelectionVector); overload; | 
|  | procedure set_index(arg2: UInt64; arg3: UInt64); overload; | 
|  | procedure swap(arg2: UInt64; arg3: UInt64); overload; | 
|  | function get_index(arg2: UInt64): UInt64; overload; | 
|  | function data(): PCardinal; overload; | 
|  | function sel_data(): std_shared_ptr_duckdb_SelectionData; overload; | 
Description
Fields
|  | o: Pduckdb_SelectionVector; | 
| This item has no description. | |
Methods
|  | constructor FromNativePointer(ptr : Pduckdb_SelectionVector); | 
| This item has no description. | |
|  | class operator Explicit(const r: SelectionVector): Boolean; | 
| This item has no description. | |
|  | procedure AutoRelease(); | 
| This item has no description. | |
|  | procedure Init(); overload; | 
| This item has no description. | |
|  | procedure Init(arg1: PCardinal); overload; | 
| This item has no description. | |
|  | procedure Init(arg1: UInt64); overload; | 
| This item has no description. | |
|  | procedure Init(arg1: UInt64; arg2: UInt64); overload; | 
| This item has no description. | |
|  | procedure Init(arg1: SelectionVector); overload; | 
| This item has no description. | |
|  | procedure Init(arg1: std_shared_ptr_duckdb_SelectionData); overload; | 
| This item has no description. | |
|  | class function Inverted(arg1: SelectionVector; arg2: SelectionVector; arg3: UInt64; arg4: UInt64): UInt64; overload; static; | 
| This item has no description. | |
|  | procedure Initialize(arg2: PCardinal); overload; | 
| This item has no description. | |
|  | procedure Initialize(arg2: UInt64); overload; | 
| This item has no description. | |
|  | procedure Initialize(); overload; | 
| This item has no description. | |
|  | procedure Initialize(arg2: std_shared_ptr_duckdb_SelectionData); overload; | 
| This item has no description. | |
|  | procedure Initialize(arg2: SelectionVector); overload; | 
| This item has no description. | |
|  | procedure set_index(arg2: UInt64; arg3: UInt64); overload; | 
| This item has no description. | |
|  | procedure swap(arg2: UInt64; arg3: UInt64); overload; | 
| This item has no description. | |
|  | function get_index(arg2: UInt64): UInt64; overload; | 
| This item has no description. | |
|  | function data(): PCardinal; overload; | 
| This item has no description. | |
|  | function sel_data(): std_shared_ptr_duckdb_SelectionData; overload; | 
| This item has no description. | |

