Record AggregateFunctionSet
Unit
Declaration
type AggregateFunctionSet = record
Description
Class: AggregateFunctionSet of ddb
Overview
Fields
o: Pduckdb_AggregateFunctionSet; |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateFunctionSet); |
|
class operator Explicit(const r: AggregateFunctionSet): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(); overload; |
|
procedure Init(arg1: str); overload; |
|
procedure Init(arg1: AggregateFunction); overload; |
|
function GetFunctionByArguments(arg2: ClientContext; arg3: vector_LogicalType): AggregateFunction; overload; |
Description
Fields
o: Pduckdb_AggregateFunctionSet; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_AggregateFunctionSet); |
|
This item has no description. |
class operator Explicit(const r: AggregateFunctionSet): 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); overload; |
|
This item has no description. |
procedure Init(arg1: AggregateFunction); overload; |
|
This item has no description. |
function GetFunctionByArguments(arg2: ClientContext; arg3: vector_LogicalType): AggregateFunction; overload; |
|
This item has no description. |