arrow::array::builder

Type Alias UInt32Builder

pub type UInt32Builder = PrimitiveBuilder<UInt32Type>;
Expand description

An usigned 32-bit integer array builder.

Aliased Typeยง

struct UInt32Builder { /* private fields */ }