Function quackdb_internal::ffi::duckdb_data_chunk_reset
source · pub unsafe extern "C" fn duckdb_data_chunk_reset(
chunk: *mut _duckdb_data_chunk
)
Expand description
Resets a data chunk, clearing the validity masks and setting the cardinality of the data chunk to 0.
chunk: The data chunk to reset.