arrow_array::builder

Type Alias UInt16Builder

Source
pub type UInt16Builder = PrimitiveBuilder<UInt16Type>;
Expand description

An usigned 16-bit integer array builder.

Aliased Type§

struct UInt16Builder {
    values_builder: BufferBuilder<u16>,
    null_buffer_builder: NullBufferBuilder,
    data_type: DataType,
}

Fields§

§values_builder: BufferBuilder<u16>§null_buffer_builder: NullBufferBuilder§data_type: DataType