[][src]Function arrow::compute::kernels::temporal::hour

pub fn hour<T>(array: &PrimitiveArray<T>) -> Result<Int32Array> where
    T: ArrowTemporalType + ArrowNumericType,
    i64: From<T::Native>, 

Extracts the hours of a given temporal array as an array of integers