Skip to main content

ColumnInt32

Type Alias ColumnInt32 

Source
pub type ColumnInt32 = ColumnVector<i32>;
Expand description

Column of Int32 values (4-byte signed integers, little-endian).

Aliased Typeยง

pub struct ColumnInt32 { /* private fields */ }