Type Alias arrow2::array::UInt64Vec

source ·
pub type UInt64Vec = MutablePrimitiveArray<u64>;
Expand description

A type definition MutablePrimitiveArray for u64

Aliased Type§

struct UInt64Vec { /* private fields */ }