polars_arrow::array

Type Alias Int128Array

Source
pub type Int128Array = PrimitiveArray<i128>;
Expand description

A type definition PrimitiveArray for i128

Aliased Typeยง

struct Int128Array { /* private fields */ }