pub unsafe extern "C" fn duckdb_destroy_data_chunk(
chunk: *mut duckdb_data_chunk,
)Expand description
Destroys the data chunk and de-allocates all memory allocated for that chunk.
@param chunk The data chunk to destroy.
pub unsafe extern "C" fn duckdb_destroy_data_chunk(
chunk: *mut duckdb_data_chunk,
)Destroys the data chunk and de-allocates all memory allocated for that chunk.
@param chunk The data chunk to destroy.