Type Alias arrow_array::builder::UInt32BufferBuilder
source · pub type UInt32BufferBuilder = BufferBuilder<u32>;
Expand description
Buffer builder for usigned 32-bit integer type.
Aliased Type§
struct UInt32BufferBuilder { /* private fields */ }