pub type duckdb_table_description = *mut _duckdb_table_description;
Expand description
! The table description allows querying info about the table.
! Must be destroyed with duckdb_table_description_destroy
.
pub type duckdb_table_description = *mut _duckdb_table_description;
! The table description allows querying info about the table.
! Must be destroyed with duckdb_table_description_destroy
.