pub unsafe extern "C" fn duckdb_vector_size() -> idx_t
Expand description

The internal vector size used by DuckDB. This is the amount of tuples that will fit into a data chunk created by duckdb_create_data_chunk.

returns: The vector size.