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