- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.expression.FilterOverImpl
-
- All Implemented Interfaces:
Serializable,net.sf.jsqlparser.parser.ASTNodeAccess
- Direct Known Subclasses:
JsonAggregateFunction
public class FilterOverImpl extends net.sf.jsqlparser.parser.ASTNodeAccessImpl- Author:
- tw
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterOverImpl()
-
Method Summary
-
-
-
Method Detail
-
getAnalyticType
public AnalyticType getAnalyticType()
-
setAnalyticType
public void setAnalyticType(AnalyticType analyticType)
-
withAnalyticType
public FilterOverImpl withAnalyticType(AnalyticType analyticType)
-
getOrderByElements
public List<OrderByElement> getOrderByElements()
-
setOrderByElements
public void setOrderByElements(List<OrderByElement> orderByElements)
-
withOrderByElements
public FilterOverImpl withOrderByElements(List<OrderByElement> orderByElements)
-
getPartitionExpressionList
public ExpressionList getPartitionExpressionList()
-
setPartitionExpressionList
public void setPartitionExpressionList(ExpressionList partitionExpressionList)
-
setPartitionExpressionList
public void setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
-
isPartitionByBrackets
public boolean isPartitionByBrackets()
-
getFilterExpression
public Expression getFilterExpression()
-
setFilterExpression
public void setFilterExpression(Expression filterExpression)
-
withFilterExpression
public FilterOverImpl withFilterExpression(Expression filterExpression)
-
getWindowElement
public WindowElement getWindowElement()
-
setWindowElement
public void setWindowElement(WindowElement windowElement)
-
withWindowElement
public FilterOverImpl withWindowElement(WindowElement windowElement)
-
append
public StringBuilder append(StringBuilder builder)
-
-