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