Type Alias DurationChunked

Source
pub type DurationChunked = Logical<DurationType, Int64Type>;

Aliased Type§

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

Fields§

§phys: ChunkedArray<Int64Type>§dtype: DataType