pub type DatetimeChunked = Logical<DatetimeType, Int64Type>;
struct DatetimeChunked(pub ChunkedArray<Int64Type>, _, pub Option<DataType>);
0: ChunkedArray<Int64Type>
2: Option<DataType>