Function libduckdb_sys::duckdb_data_chunk_get_size

source ·
pub unsafe extern "C" fn duckdb_data_chunk_get_size(
    chunk: duckdb_data_chunk
) -> idx_t
Expand description

Retrieves the current number of tuples in a data chunk.

chunk: The data chunk to get the data from returns: The number of tuples in the data chunk