Type Alias TimeChunked

Source
pub type TimeChunked = Logical<TimeType, Int64Type>;

Aliased Type§

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

Fields§

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