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