arrow::array

Type Alias Int32BufferBuilder

pub type Int32BufferBuilder = BufferBuilder<i32>;
Expand description

Buffer builder for signed 32-bit integer type.

Aliased Typeยง

struct Int32BufferBuilder { /* private fields */ }