Type Alias DatetimeChunked

Source
pub type DatetimeChunked = Logical<DatetimeType, Int64Type>;

Aliased Type§

struct DatetimeChunked {
    pub phys: ChunkedArray<Int64Type>,
    pub dtype: Option<DataType>,
    /* private fields */
}

Fields§

§phys: ChunkedArray<Int64Type>§dtype: Option<DataType>