pub unsafe extern "C" fn duckdb_data_chunk_get_column_count(
chunk: duckdb_data_chunk,
) -> idx_t
Expand description
Retrieves the number of columns in a data chunk.
@param chunk The data chunk to get the data from @return The number of columns in the data chunk