quackdb_internal::ffi

Function duckdb_destroy_data_chunk

Source
pub unsafe extern "C" fn duckdb_destroy_data_chunk(
    chunk: *mut *mut _duckdb_data_chunk,
)
Expand description

Destroys the data chunk and de-allocates all memory allocated for that chunk.

chunk: The data chunk to destroy.