pub fn mean(array: &ArrayRef, ctx: &mut ExecutionCtx) -> VortexResult<Scalar>Expand description
Compute the arithmetic mean of an array.
See Mean for details.
pub fn mean(array: &ArrayRef, ctx: &mut ExecutionCtx) -> VortexResult<Scalar>Compute the arithmetic mean of an array.
See Mean for details.