DuckDB v0.10.1 for Pascal

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

Record ArrowArrayWrapper

Hierarchy
Properties

Unit

Declaration

type ArrowArrayWrapper = record

Description

Class: ArrowArrayWrapper of ddb

Overview

Fields

Public o: Pduckdb_ArrowArrayWrapper;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrowArrayWrapper);
Public class operator Explicit(const r: ArrowArrayWrapper): Boolean;
Public procedure AutoRelease();
Public function arrow_array(): ddb_global.ArrowArray; overload;

Description

Fields

Public o: Pduckdb_ArrowArrayWrapper;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArrowArrayWrapper);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function arrow_array(): ddb_global.ArrowArray; overload;

This item has no description.

Error Message