pub unsafe extern "C" fn duckdb_create_vector(
type_: duckdb_logical_type,
capacity: idx_t,
) -> duckdb_vector
Expand description
Creates a flat vector.
pub unsafe extern "C" fn duckdb_create_vector(
type_: duckdb_logical_type,
capacity: idx_t,
) -> duckdb_vector
Creates a flat vector.