Type Alias arrow::array::Int8BufferBuilder

source ·
pub type Int8BufferBuilder = BufferBuilder<i8>;
Expand description

Buffer builder for signed 8-bit integer type.

Aliased Type§

struct Int8BufferBuilder { /* private fields */ }