pub unsafe extern "C" fn duckdb_table_description_destroy(
table_description: *mut duckdb_table_description,
)
Expand description
Destroy the TableDescription object.
@param table_description The table_description to destroy.
pub unsafe extern "C" fn duckdb_table_description_destroy(
table_description: *mut duckdb_table_description,
)
Destroy the TableDescription object.
@param table_description The table_description to destroy.