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