pub unsafe extern "C" fn duckdb_data_chunk_set_size(
    chunk: duckdb_data_chunk,
    size: idx_t
)
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