Record AggregateBinaryInput
Unit
Declaration
type AggregateBinaryInput = record
Description
Class: AggregateBinaryInput of ddb
Overview
Fields
o: Pduckdb_AggregateBinaryInput; |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateBinaryInput); |
|
class operator Explicit(const r: AggregateBinaryInput): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: AggregateInputData; arg2: ValidityMask; arg3: ValidityMask); overload; |
|
function left_mask(): ValidityMask; overload; |
|
function right_mask(): ValidityMask; overload; |
|
function lidx(): UInt64; overload; |
|
function ridx(): UInt64; overload; |
Description
Fields
o: Pduckdb_AggregateBinaryInput; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateBinaryInput); |
|
This item has no description. |
class operator Explicit(const r: AggregateBinaryInput): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: AggregateInputData; arg2: ValidityMask; arg3: ValidityMask); overload; |
|
This item has no description. |
function left_mask(): ValidityMask; overload; |
|
This item has no description. |
function right_mask(): ValidityMask; overload; |
|
This item has no description. |
function lidx(): UInt64; overload; |
|
This item has no description. |
function ridx(): UInt64; overload; |
|
This item has no description. |