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 org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionTypeMethods inherited from interface org.hibernate.sql.ast.tree.expression.FunctionExpression
getArguments, getFunctionNameMethods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
accept