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