DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Record AggregateFunctionSet

Hierarchy
Properties

Unit

Declaration

type AggregateFunctionSet = record

Description

Class: AggregateFunctionSet of ddb

Overview

Fields

Public o: Pduckdb_AggregateFunctionSet;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateFunctionSet);
Public class operator Explicit(const r: AggregateFunctionSet): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public procedure Init(arg1: str); overload;
Public procedure Init(arg1: AggregateFunction); overload;
Public function GetFunctionByArguments(arg2: ClientContext; arg3: vector_LogicalType): AggregateFunction; overload;

Description

Fields

Public o: Pduckdb_AggregateFunctionSet;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateFunctionSet);

This item has no description.

Public class operator Explicit(const r: AggregateFunctionSet): Boolean;

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public procedure Init(arg1: str); overload;

This item has no description.

Public procedure Init(arg1: AggregateFunction); overload;

This item has no description.

Public function GetFunctionByArguments(arg2: ClientContext; arg3: vector_LogicalType): AggregateFunction; overload;

This item has no description.

Error Message