pub type ColumnInt32 = ColumnVector<i32>;Expand description
Column of Int32 values (4-byte signed integers, little-endian).
Aliased Typeยง
pub struct ColumnInt32 { /* private fields */ }pub type ColumnInt32 = ColumnVector<i32>;Column of Int32 values (4-byte signed integers, little-endian).
pub struct ColumnInt32 { /* private fields */ }