arrow::array::builder

Type Alias Int64Builder

pub type Int64Builder = PrimitiveBuilder<Int64Type>;
Expand description

A signed 64-bit integer array builder.

Aliased Typeยง

struct Int64Builder { /* private fields */ }