polars_arrow::array

Type Alias Int8Array

Source
pub type Int8Array = PrimitiveArray<i8>;
Expand description

A type definition PrimitiveArray for i8

Aliased Typeยง

struct Int8Array { /* private fields */ }