Function quackdb_internal::ffi::duckdb_vector_size
source · pub unsafe extern "C" fn duckdb_vector_size() -> u64
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.