pub fn avg<'a, C>(col: C) -> Function<'a>where C: Into<Column<'a>>,
Calculates the average value of a numeric column.