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