Type Alias libduckdb_sys::duckdb_vector

source ·
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.