pub type Int64Vector = PrimitiveVector<Int64Type>;
struct Int64Vector { array: PrimitiveArray<Int64Type>, }
array: PrimitiveArray<Int64Type>