polars_arrow::array

Type Alias UInt64Array

Source
pub type UInt64Array = PrimitiveArray<u64>;
Expand description

A type definition PrimitiveArray for u64

Aliased Typeยง

struct UInt64Array { /* private fields */ }