arrow::array

Type Alias Int32Builder

pub type Int32Builder = PrimitiveBuilder<Int32Type>;
Expand description

A signed 32-bit integer array builder.

Aliased Typeยง

struct Int32Builder { /* private fields */ }