Class AvgFunction

All Implemented Interfaces:
Expression

public final class AvgFunction extends AggregateFunction
One of the aggregate functions. The arguments must be numeric. AVG returns Double.
BNF: expression ::= AVG([DISTINCT] state_field_path_expression)

Version:
2.5
Author:
Pascal Filion