Type Definition polars_core::datatypes::DurationChunked

source ·
pub type DurationChunked = Logical<DurationType, Int64Type>;
Available on crate feature dtype-duration only.

Implementations§

Available on crate features temporal or dtype-datetime or dtype-date only.
Available on crate features temporal or dtype-datetime or dtype-date only.

Change the underlying TimeUnit. And update the data accordingly.

Available on crate features temporal or dtype-datetime or dtype-date only.

Change the underlying TimeUnit. This does not modify the data.

Available on crate features temporal or dtype-datetime or dtype-date only.

Construct a new DurationChunked from an iterator over ChronoDuration.

Available on crate features temporal or dtype-datetime or dtype-date only.

Construct a new DurationChunked from an iterator over optional ChronoDuration.

Trait Implementations§

Get data type of ChunkedArray.
Gets AnyValue from LogicalType
Safety Read more
Initialize by name and values.
Initialize by name and values.