Skip to main content

ColumnInt16

Type Alias ColumnInt16 

Source
pub type ColumnInt16 = ColumnVector<i16>;
Expand description

Column of Int16 values (2-byte signed integers, little-endian).

Aliased Typeยง

pub struct ColumnInt16 { /* private fields */ }