pub type DateArray = PrimitiveArray<Date>;
pub struct DateArray { bitmap: Bitmap, data: Box<[Date]>, }
bitmap: Bitmap
data: Box<[Date]>