polars_arrow::array

Type Alias UInt16Array

Source
pub type UInt16Array = PrimitiveArray<u16>;
Expand description

A type definition PrimitiveArray for u16

Aliased Typeยง

struct UInt16Array { /* private fields */ }