public static AggregateFunctionExpression Max(this IColumnExpression column) { return(FunctionExpression.Max(column)); }