datatypes::vectors

Type Alias UInt64Vector

Source
pub type UInt64Vector = PrimitiveVector<UInt64Type>;

Aliased Type§

struct UInt64Vector {
    array: PrimitiveArray<UInt64Type>,
}

Fields§

§array: PrimitiveArray<UInt64Type>