pub unsafe extern "C" fn duckdb_create_selection_vector(
size: idx_t,
) -> duckdb_selection_vector
Expand description
Creates a new selection vector of size size
.
pub unsafe extern "C" fn duckdb_create_selection_vector(
size: idx_t,
) -> duckdb_selection_vector
Creates a new selection vector of size size
.