Type Alias arrow::array::Int16Builder
source · pub type Int16Builder = PrimitiveBuilder<Int16Type>;
Expand description
A signed 16-bit integer array builder.
Aliased Type§
struct Int16Builder { /* private fields */ }
pub type Int16Builder = PrimitiveBuilder<Int16Type>;
A signed 16-bit integer array builder.
struct Int16Builder { /* private fields */ }