Type Definition arrow_array::builder::Int32BufferBuilder
source · pub type Int32BufferBuilder = BufferBuilder<i32>;
Expand description
Buffer builder for signed 32-bit integer type.
pub type Int32BufferBuilder = BufferBuilder<i32>;
Buffer builder for signed 32-bit integer type.