DuckDB v0.10.1 for Pascal

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

Record AggregateBinaryInput

Hierarchy
Properties

Unit

Declaration

type AggregateBinaryInput = record

Description

Class: AggregateBinaryInput of ddb

Overview

Fields

Public o: Pduckdb_AggregateBinaryInput;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateBinaryInput);
Public class operator Explicit(const r: AggregateBinaryInput): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: AggregateInputData; arg2: ValidityMask; arg3: ValidityMask); overload;
Public function left_mask(): ValidityMask; overload;
Public function right_mask(): ValidityMask; overload;
Public function lidx(): UInt64; overload;
Public function ridx(): UInt64; overload;

Description

Fields

Public o: Pduckdb_AggregateBinaryInput;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_AggregateBinaryInput);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: AggregateInputData; arg2: ValidityMask; arg3: ValidityMask); overload;

This item has no description.

Public function left_mask(): ValidityMask; overload;

This item has no description.

Public function right_mask(): ValidityMask; overload;

This item has no description.

Public function lidx(): UInt64; overload;

This item has no description.

Public function ridx(): UInt64; overload;

This item has no description.

Error Message