Class AvgFunction

  • All Implemented Interfaces:
    SQLMethod
    Direct Known Subclasses:
    AvgWithCastFunction

    public class AvgFunction
    extends SimpleNumericAggregateMethod
    Expression handler to invoke the SQL AVG aggregation function. For use in evaluating AVG({expr}) where the RDBMS supports this function. Returns a NumericExpression "AVG({numericExpr})".