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