Function datafusion::common::arrow::compute::week
pub fn week<T>(
array: &PrimitiveArray<T>
) -> Result<PrimitiveArray<Int32Type>, ArrowError>
Expand description
Extracts the week of a given temporal primitive array as an array of integers