arrow::array::builder

Type Alias UInt8Builder

pub type UInt8Builder = PrimitiveBuilder<UInt8Type>;
Expand description

An usigned 8-bit integer array builder.

Aliased Typeยง

struct UInt8Builder { /* private fields */ }