pub unsafe extern "C" fn duckdb_data_chunk_set_size(
    chunk: *mut _duckdb_data_chunk,
    size: u64
)
Expand description

Sets the current number of tuples in a data chunk.

chunk: The data chunk to set the size in size: The number of tuples in the data chunk