Skip to main content

avg

Function avg 

Source
pub fn avg<E: Expression>(expr: E) -> AggregateExpr<Avg<E::Output>, E>
where E::Output: Numeric,
Expand description

avg(expr) - average of values