Type Alias arrow::array::UInt32BufferBuilder

source ·
pub type UInt32BufferBuilder = BufferBuilder<u32>;
Expand description

Buffer builder for usigned 32-bit integer type.

Aliased Type§

struct UInt32BufferBuilder { /* private fields */ }