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