Record FSSTVector
Unit
Declaration
type FSSTVector = record
Description
Class: FSSTVector of ddb
Overview
Fields
o: Pduckdb_FSSTVector; |
Methods
constructor FromNativePointer(ptr : Pduckdb_FSSTVector); |
|
class operator Explicit(const r: FSSTVector): Boolean; |
|
procedure AutoRelease(); |
|
class function Validity(arg1: Vector): ValidityMask; overload; static; |
|
class procedure SetValidity(arg1: Vector; arg2: ValidityMask); overload; static; |
|
class function GetCompressedData(arg1: Vector): PByte; overload; static; |
|
class function AddCompressedString(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
class function AddCompressedString(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
class procedure RegisterDecoder(arg1: Vector; arg2: std_shared_ptr_void); overload; static; |
|
class function GetDecoder(arg1: Vector): Pointer; overload; static; |
|
class procedure SetCount(arg1: Vector; arg2: UInt64); overload; static; |
|
class function GetCount(arg1: Vector): UInt64; overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_FSSTVector; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_FSSTVector); |
|
This item has no description. |
class operator Explicit(const r: FSSTVector): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class function Validity(arg1: Vector): ValidityMask; overload; static; |
|
This item has no description. |
class procedure SetValidity(arg1: Vector; arg2: ValidityMask); overload; static; |
|
This item has no description. |
class function GetCompressedData(arg1: Vector): PByte; overload; static; |
|
This item has no description. |
class function AddCompressedString(arg1: Vector; arg2: string_t): string_t; overload; static; |
|
This item has no description. |
class function AddCompressedString(arg1: Vector; arg2: PUTF8Char; arg3: UInt64): string_t; overload; static; |
|
This item has no description. |
class procedure RegisterDecoder(arg1: Vector; arg2: std_shared_ptr_void); overload; static; |
|
This item has no description. |
class function GetDecoder(arg1: Vector): Pointer; overload; static; |
|
This item has no description. |
class procedure SetCount(arg1: Vector; arg2: UInt64); overload; static; |
|
This item has no description. |
class function GetCount(arg1: Vector): UInt64; overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |