Interface AggregateFunctionExpression

All Superinterfaces:
Expression, FunctionExpression, SqlAstNode, SqlSelectionProducer
All Known Subinterfaces:
OrderedSetAggregateFunctionExpression
All Known Implementing Classes:
SelfRenderingAggregateFunctionSqlAstExpression, SelfRenderingOrderedSetAggregateFunctionSqlAstExpression

public interface AggregateFunctionExpression extends FunctionExpression
Models an aggregate function expression at the SQL AST level.
  • Method Details