Type Alias arrow::array::builder::Int16BufferBuilder
source · pub type Int16BufferBuilder = BufferBuilder<i16>;
Expand description
Buffer builder for signed 16-bit integer type.
Aliased Type§
struct Int16BufferBuilder { /* private fields */ }