polars_arrow::array

Type Alias UInt64Vec

Source
pub type UInt64Vec = MutablePrimitiveArray<u64>;
Expand description

A type definition MutablePrimitiveArray for u64

Aliased Typeยง

struct UInt64Vec { /* private fields */ }