Type Alias arrow2::array::UInt8Array

source ·
pub type UInt8Array = PrimitiveArray<u8>;
Expand description

A type definition PrimitiveArray for u8

Aliased Type§

struct UInt8Array { /* private fields */ }