polars_arrow::array

Type Alias UInt8Array

Source
pub type UInt8Array = PrimitiveArray<u8>;
Expand description

A type definition PrimitiveArray for u8

Aliased Typeยง

struct UInt8Array { /* private fields */ }