pub type duckdb_vector = *mut _duckdb_vector;Expand description
! A vector to a specified column in a data chunk. Lives as long as the ! data chunk lives, i.e., must not be destroyed.
pub type duckdb_vector = *mut _duckdb_vector;! A vector to a specified column in a data chunk. Lives as long as the ! data chunk lives, i.e., must not be destroyed.