arrow::array::builder

Type Alias UInt32BufferBuilder

pub type UInt32BufferBuilder = BufferBuilder<u32>;
Expand description

Buffer builder for usigned 32-bit integer type.

Aliased Typeยง

struct UInt32BufferBuilder { /* private fields */ }