Type Alias arrow::array::builder::Int32Builder

source ·
pub type Int32Builder = PrimitiveBuilder<Int32Type>;
Expand description

A signed 32-bit integer array builder.

Aliased Type§

struct Int32Builder { /* private fields */ }