Type Alias arrow::array::Int8Builder

source ·
pub type Int8Builder = PrimitiveBuilder<Int8Type>;
Expand description

A signed 8-bit integer array builder.

Aliased Type§

struct Int8Builder { /* private fields */ }