Type Alias arrow::array::Int8Builder

pub type Int8Builder = PrimitiveBuilder<Int8Type>;
Expand description

A signed 8-bit integer array builder.

Aliased Typeยง

struct Int8Builder { /* private fields */ }