Skip to main content

ColumnInt64

Type Alias ColumnInt64 

Source
pub type ColumnInt64 = ColumnVector<i64>;
Expand description

Column of Int64 values (8-byte signed integers, little-endian).

Aliased Typeยง

pub struct ColumnInt64 { /* private fields */ }