Type Alias arrow::array::UInt8BufferBuilder

source ·
pub type UInt8BufferBuilder = BufferBuilder<u8>;
Expand description

Buffer builder for usigned 8-bit integer type.

Aliased Type§

struct UInt8BufferBuilder { /* private fields */ }