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