pub unsafe extern "C" fn duckdb_data_chunk_get_column_count(
    chunk: *mut _duckdb_data_chunk
) -> u64
Expand description

Retrieves the number of columns in a data chunk.

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