Interface WindowFunctionExpression
-
- All Superinterfaces:
Expression
,FunctionExpression
,SqlAstNode
,SqlSelectionProducer
- All Known Implementing Classes:
SelfRenderingWindowFunctionSqlAstExpression
public interface WindowFunctionExpression extends FunctionExpression
Models a window function expression at the SQL AST level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Predicate
getFilter()
Boolean
getFromFirst()
Boolean
getRespectNulls()
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionType
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.FunctionExpression
getArguments, getFunctionName
-
Methods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
accept
-
-