arrow::array::builder

Type Alias UInt8BufferBuilder

pub type UInt8BufferBuilder = BufferBuilder<u8>;
Expand description

Buffer builder for usigned 8-bit integer type.

Aliased Typeยง

struct UInt8BufferBuilder { /* private fields */ }