Class ASTCustomAggregate

All Implemented Interfaces:
Serializable, Node, XMLSerializable

public class ASTCustomAggregate extends ASTAggregateFunctionCall
Class for custom aggregation functions expressions.
Since:
5.0
See Also:
  • Constructor Details

    • ASTCustomAggregate

      protected ASTCustomAggregate(String functionName)
      Creates a new aggregate function expression with provided name.
      Parameters:
      functionName - name of the aggregate function
    • ASTCustomAggregate

      public ASTCustomAggregate(String functionName, Expression... expressions)
      Creates a new aggregate function expression with provided name.
      Parameters:
      functionName - name of the aggregate function
      expressions - the expressions this aggregate function is applied to
  • Method Details