pub fn quarter_generic<T, A: ArrayAccessor<Item = T::Native>>(
array: A
) -> Result<Int32Array>where
T: ArrowTemporalType + ArrowNumericType,
i64: From<T::Native>,
Expand description
Extracts the quarter of a given temporal array as an array of integersa within the range of [1, 4].