Skip to main content

ColumnInt8

Type Alias ColumnInt8 

Source
pub type ColumnInt8 = ColumnVector<i8>;
Expand description

Column of Int8 values (1-byte signed integers).

Aliased Typeยง

pub struct ColumnInt8 { /* private fields */ }