Function polars_arrow::compute::temporal::minute
source ยท pub fn minute(array: &dyn Array) -> PolarsResult<PrimitiveArray<i8>>
Available on crate feature
compute_temporal
only.Expand description
Extracts the minutes of a temporal array as PrimitiveArray<i8>
.
Value ranges from 0 to 59.
Use can_minute
to check if this operation is supported for the target ArrowDataType
.