Type Alias arrow::array::Int64Builder

source ·
pub type Int64Builder = PrimitiveBuilder<Int64Type>;
Expand description

A signed 64-bit integer array builder.

Aliased Type§

struct Int64Builder { /* private fields */ }