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