Skip to main content

ColumnInt128

Type Alias ColumnInt128 

Source
pub type ColumnInt128 = ColumnVector<i128>;
Expand description

Column of Int128 values (16-byte signed integers, little-endian).

Aliased Typeยง

pub struct ColumnInt128 { /* private fields */ }