pub type ColumnInt8 = ColumnVector<i8>;Expand description
Column of Int8 values (1-byte signed integers).
Aliased Typeยง
pub struct ColumnInt8 { /* private fields */ }pub type ColumnInt8 = ColumnVector<i8>;Column of Int8 values (1-byte signed integers).
pub struct ColumnInt8 { /* private fields */ }