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