Record AggregateUnaryInput
Unit
Declaration
type AggregateUnaryInput = record
Description
Class: AggregateUnaryInput of ddb
Overview
Fields
o: Pduckdb_AggregateUnaryInput; |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateUnaryInput); |
|
class operator Explicit(const r: AggregateUnaryInput): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: AggregateInputData; arg2: ValidityMask); overload; |
|
function input_mask(): ValidityMask; overload; |
|
function input_idx(): UInt64; overload; |
|
function RowIsValid(): Boolean; overload; |
Description
Fields
o: Pduckdb_AggregateUnaryInput; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateUnaryInput); |
|
This item has no description. |
class operator Explicit(const r: AggregateUnaryInput): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: AggregateInputData; arg2: ValidityMask); overload; |
|
This item has no description. |
function input_mask(): ValidityMask; overload; |
|
This item has no description. |
function input_idx(): UInt64; overload; |
|
This item has no description. |
function RowIsValid(): Boolean; overload; |
|
This item has no description. |