Type Alias datafusion::common::arrow::array::builder::UInt64Builder

source ·
pub type UInt64Builder = PrimitiveBuilder<UInt64Type>;
Expand description

An usigned 64-bit integer array builder.

Aliased Type§

struct UInt64Builder { /* private fields */ }