pub type DateVector = PrimitiveVector<DateType>;
struct DateVector { array: PrimitiveArray<Date32Type>, }
array: PrimitiveArray<Date32Type>