Type Alias polars::prelude::datatypes::DurationChunked

source ·
pub type DurationChunked = Logical<DurationType, Int64Type>;

Aliased Type§

struct DurationChunked(pub ChunkedArray<Int64Type>, _, pub Option<DataType>);

Fields§

§0: ChunkedArray<Int64Type>§2: Option<DataType>