pub type DateChunked = Logical<DateType, Int32Type>;
pub struct DateChunked { pub phys: ChunkedArray<Int32Type>, pub dtype: DataType, /* private fields */ }
phys: ChunkedArray<Int32Type>
dtype: DataType