pub fn avg<E: Expression>(expr: E) -> AggregateExpr<Avg<E::Output>, E>where E::Output: Numeric,
avg(expr) - average of values