Type Definition polars_core::datatypes::DatetimeChunked

source ·
pub type DatetimeChunked = Logical<DatetimeType, Int64Type>;
Available on crate feature dtype-datetime 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.
Available on crate features temporal or dtype-datetime or dtype-date only.
Available on crate features temporal or dtype-datetime or dtype-date only.
Available on (crate features temporal or dtype-datetime or dtype-date) and crate feature timezones only.
Available on crate features temporal or dtype-datetime or dtype-date only.

Format Datetime with a fmt rule. See chrono strftime/strptime.

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

Construct a new DatetimeChunked from an iterator over NaiveDateTime.

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.

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

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

Trait Implementations§

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