polars_arrow::array

Type Alias Int64Array

Source
pub type Int64Array = PrimitiveArray<i64>;
Expand description

A type definition PrimitiveArray for i64

Aliased Typeยง

struct Int64Array { /* private fields */ }