Interface FunctionExpression

All Superinterfaces:
Expression, SqlAstNode, SqlSelectionProducer
All Known Subinterfaces:
AggregateFunctionExpression, OrderedSetAggregateFunctionExpression, WindowFunctionExpression
All Known Implementing Classes:
SelfRenderingAggregateFunctionSqlAstExpression, SelfRenderingFunctionSqlAstExpression, SelfRenderingOrderedSetAggregateFunctionSqlAstExpression, SelfRenderingWindowFunctionSqlAstExpression

public interface FunctionExpression extends Expression
Models a function expression at the SQL AST level.
  • Method Details