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

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

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