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