DuckDB v0.10.1 for Pascal

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

Record aggregate_state_t

Hierarchy
Properties

Unit

Declaration

type aggregate_state_t = record

Description

Class: aggregate_state_t of ddb

Overview

Fields

Public o: Pduckdb_aggregate_state_t;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_aggregate_state_t);
Public class operator Explicit(const r: aggregate_state_t): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public procedure Init(arg1: str; arg2: LogicalType; arg3: vector_LogicalType); overload;
Public function function_name(): str; overload;
Public function return_type(): LogicalType; overload;
Public function bound_argument_types(): vector_LogicalType; overload;

Description

Fields

Public o: Pduckdb_aggregate_state_t;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_aggregate_state_t);

This item has no description.

Public class operator Explicit(const r: aggregate_state_t): 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; arg2: LogicalType; arg3: vector_LogicalType); overload;

This item has no description.

Public function function_name(): str; overload;

This item has no description.

Public function return_type(): LogicalType; overload;

This item has no description.

Public function bound_argument_types(): vector_LogicalType; overload;

This item has no description.

Error Message