pub unsafe extern "C" fn duckdb_data_chunk_reset(
chunk: 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.
pub unsafe extern "C" fn duckdb_data_chunk_reset(
chunk: duckdb_data_chunk,
)
Resets a data chunk, clearing the validity masks and setting the cardinality of the data chunk to 0.
chunk: The data chunk to reset.