pub type duckdb_vector = *mut _duckdb_vector;
Expand description
! 1. A standalone vector that must be destroyed, or ! 2. A vector to a column in a data chunk that lives as long as the data chunk lives.
pub type duckdb_vector = *mut _duckdb_vector;
! 1. A standalone vector that must be destroyed, or ! 2. A vector to a column in a data chunk that lives as long as the data chunk lives.