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