Interface WindowFunctionExpression
- All Superinterfaces:
Expression, FunctionExpression, SqlAstNode, SqlSelectionProducer
- All Known Implementing Classes:
SelfRenderingWindowFunctionSqlAstExpression
Models a window function expression at the SQL AST level.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionTypeMethods inherited from interface FunctionExpression
getArguments, getFunctionNameMethods inherited from interface SqlAstNode
accept