Type Definition arrow::array::UInt8Array[][src]

pub type UInt8Array = PrimitiveArray<UInt8Type>;
Expand description

Example: Using collect

let arr : UInt8Array = [Some(1), Some(2)].into_iter().collect();