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.
@param chunk The data chunk to set the size in @param size The number of tuples in the data chunk