pub type TimeChunked = Logical<TimeType, Int64Type>;
pub struct TimeChunked { pub phys: ChunkedArray<Int64Type>, pub dtype: DataType, /* private fields */ }
phys: ChunkedArray<Int64Type>
dtype: DataType