duckdb_table_description

Type Alias duckdb_table_description 

Source
pub type duckdb_table_description = *mut _duckdb_table_description;
Expand description

! The table description allows querying information about the table. ! Must be destroyed with duckdb_table_description_destroy.