pub type DateChunked = Logical<DateType, Int32Type>;
Aliased Type§
struct DateChunked {
pub phys: ChunkedArray<Int32Type>,
pub dtype: Option<DataType>,
/* private fields */
}
Fields§
§phys: ChunkedArray<Int32Type>
§dtype: Option<DataType>