Type Alias datafusion::common::arrow::array::UInt8Builder

source ·
pub type UInt8Builder = PrimitiveBuilder<UInt8Type>;
Expand description

An usigned 8-bit integer array builder.

Aliased Type§

struct UInt8Builder { /* private fields */ }