Type Alias arrow::array::UInt64BufferBuilder
source · pub type UInt64BufferBuilder = BufferBuilder<u64>;
Expand description
Buffer builder for usigned 64-bit integer type.
Aliased Type§
struct UInt64BufferBuilder { /* private fields */ }