DuckDB v0.10.1 for Pascal

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

Record AggregateStateType

Hierarchy
Properties

Unit

Declaration

type AggregateStateType = record

Description

Class: AggregateStateType of ddb

Overview

Fields

Public o: Pduckdb_AggregateStateType;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateStateType);
Public class operator Explicit(const r: AggregateStateType): Boolean;
Public procedure AutoRelease();
Public class function GetTypeName(arg1: LogicalType): str; overload; static;
Public class function GetStateType(arg1: LogicalType): aggregate_state_t; overload; static;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_AggregateStateType;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateStateType);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public class function GetTypeName(arg1: LogicalType): str; overload; static;

This item has no description.

Public class function GetStateType(arg1: LogicalType): aggregate_state_t; overload; static;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message