Type Alias polars::prelude::datatypes::TimeChunked
source · pub type TimeChunked = Logical<TimeType, Int64Type>;
Aliased Type§
struct TimeChunked(pub ChunkedArray<Int64Type>, _, pub Option<DataType>);
Fields§
§0: ChunkedArray<Int64Type>
§2: Option<DataType>