Type Alias Int32Builder
pub type Int32Builder = PrimitiveBuilder<Int32Type>;
Expand description
A signed 32-bit integer array builder.
Aliased Typeยง
struct Int32Builder { /* private fields */ }
pub type Int32Builder = PrimitiveBuilder<Int32Type>;
A signed 32-bit integer array builder.
struct Int32Builder { /* private fields */ }