Record aggregate_state_t
Unit
Declaration
type aggregate_state_t = record
Description
Class: aggregate_state_t of ddb
Overview
Fields
o: Pduckdb_aggregate_state_t; |
Methods
constructor FromNativePointer(ptr : Pduckdb_aggregate_state_t); |
|
class operator Explicit(const r: aggregate_state_t): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(); overload; |
|
procedure Init(arg1: str; arg2: LogicalType; arg3: vector_LogicalType); overload; |
|
function function_name(): str; overload; |
|
function return_type(): LogicalType; overload; |
|
function bound_argument_types(): vector_LogicalType; overload; |
Description
Fields
o: Pduckdb_aggregate_state_t; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_aggregate_state_t); |
|
This item has no description. |
class operator Explicit(const r: aggregate_state_t): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |
procedure Init(arg1: str; arg2: LogicalType; arg3: vector_LogicalType); overload; |
|
This item has no description. |
function function_name(): str; overload; |
|
This item has no description. |
function return_type(): LogicalType; overload; |
|
This item has no description. |
function bound_argument_types(): vector_LogicalType; overload; |
|
This item has no description. |