polars_arrow::array

Type Alias Int16Array

Source
pub type Int16Array = PrimitiveArray<i16>;
Expand description

A type definition PrimitiveArray for i16

Aliased Typeยง

struct Int16Array { /* private fields */ }