duckdb_table_description_destroy

Function duckdb_table_description_destroy 

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