Int16Builder

Type Alias Int16Builder 

Source
pub type Int16Builder = PrimitiveBuilder<Int16Type>;
Expand description

A signed 16-bit integer array builder.

Aliased Type§

pub struct Int16Builder {
    values_builder: Vec<i16>,
    null_buffer_builder: NullBufferBuilder,
    data_type: DataType,
}

Fields§

§values_builder: Vec<i16>§null_buffer_builder: NullBufferBuilder§data_type: DataType