Function try_avg

Source
pub fn try_avg(col: impl Into<Column>) -> Column
Expand description

Returns the mean calculated from values of a group and the result is null on overflow.