Type Alias duckdb_table_description

Source
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.