Type Definition arrow_array::array::UInt64Array

source ·
pub type UInt64Array = PrimitiveArray<UInt64Type>;
Expand description

Example: Using collect

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