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