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
.
Must be destroyed with duckdb_destroy_selection_vector
.
@param size The size of the selection vector. @return The selection vector.