Class ASTAggregateFunctionCall

All Implemented Interfaces:
Serializable, Node, XMLSerializable
Direct Known Subclasses:
ASTAvg, ASTCount, ASTDistinct, ASTMax, ASTMin, ASTSum

public abstract class ASTAggregateFunctionCall extends ASTFunctionCall
Base class for all aggregation functions expressions It's more like marker interface for now.
Since:
4.0
See Also: