Type Definition polars_core::datatypes::TimeChunked

source ·
pub type TimeChunked = Logical<TimeType, Int64Type>;
Available on crate feature dtype-time 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.

Construct a new TimeChunked from an iterator over NaiveTime.

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

Construct a new TimeChunked from an iterator over optional NaiveTime.

Trait Implementations§

Converts to this type from the input type.
Get data type of ChunkedArray.
Gets AnyValue from LogicalType
Safety Read more
Initialize by name and values.
Initialize by name and values.