duckdb_arrow_converted_schema

Type Alias duckdb_arrow_converted_schema 

Source
pub type duckdb_arrow_converted_schema = *mut _duckdb_arrow_converted_schema;
Expand description

! Holds an arrow converted schema (i.e., duckdb::ArrowTableSchema). ! In practice, this object holds the information necessary to do proper conversion between Arrow Types and DuckDB ! Types. Check duckdb/function/table/arrow/arrow_duck_schema.hpp for more details! Must be destroyed with ! duckdb_destroy_arrow_converted_schema