|
|
cast_arrow_duck_t | arrow_to_duckdb = nullptr |
| | (Optional) Callback to function that converts an Arrow Array to a DuckDB Vector
|
| |
|
cast_duck_arrow_t | duckdb_to_arrow = nullptr |
| | (Optional) Callback to function that converts a DuckDB Vector to an Arrow Array
|
| |
|
|
LogicalType | duckdb_type |
| | Original DuckDB Type (e.g., UHUGEINT)
|
| |
|
LogicalType | internal_type |
| | Internal type is a type that refers to the produced duckdb vector when consuming the arrow format.
|
| |
◆ ArrowTypeExtensionData() [1/2]
| duckdb::ArrowTypeExtensionData::ArrowTypeExtensionData |
( |
const LogicalType & |
duckdb_type, |
|
|
const LogicalType & |
internal_type_p, |
|
|
cast_arrow_duck_t |
arrow_to_duckdb = nullptr, |
|
|
cast_duck_arrow_t |
duckdb_to_arrow = nullptr |
|
) |
| |
|
inlineexplicit |
37663 }
cast_duck_arrow_t duckdb_to_arrow
(Optional) Callback to function that converts a DuckDB Vector to an Arrow Array
Definition duckdb.hpp:37672
LogicalType internal_type
Internal type is a type that refers to the produced duckdb vector when consuming the arrow format.
Definition duckdb.hpp:37685
cast_arrow_duck_t arrow_to_duckdb
(Optional) Callback to function that converts an Arrow Array to a DuckDB Vector
Definition duckdb.hpp:37670
LogicalType duckdb_type
Original DuckDB Type (e.g., UHUGEINT)
Definition duckdb.hpp:37683
◆ ArrowTypeExtensionData() [2/2]
| duckdb::ArrowTypeExtensionData::ArrowTypeExtensionData |
( |
const LogicalType & |
duckdb_type | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: