pub fn second(array: &dyn Array) -> Result<PrimitiveArray<u32>>
Available on crate feature compute_temporal only.
Expand description

Extracts the seconds of a temporal array as PrimitiveArray<u32>. Value ranges from 0 to 59. Use can_second to check if this operation is supported for the target DataType.