arrow_array::builder

Type Alias UInt64Builder

Source
pub type UInt64Builder = PrimitiveBuilder<UInt64Type>;
Expand description

An usigned 64-bit integer array builder.

Aliased Type§

struct UInt64Builder {
    values_builder: BufferBuilder<u64>,
    null_buffer_builder: NullBufferBuilder,
    data_type: DataType,
}

Fields§

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