public class FilterOverImpl extends ASTNodeAccessImpl
| 构造器和说明 |
|---|
FilterOverImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
StringBuilder |
append(StringBuilder builder) |
AnalyticType |
getAnalyticType() |
Expression |
getFilterExpression() |
List<OrderByElement> |
getOrderByElements() |
ExpressionList |
getPartitionExpressionList() |
WindowElement |
getWindowElement() |
boolean |
isPartitionByBrackets() |
void |
setAnalyticType(AnalyticType analyticType) |
void |
setFilterExpression(Expression filterExpression) |
void |
setOrderByElements(List<OrderByElement> orderByElements) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList,
boolean brackets) |
void |
setWindowElement(WindowElement windowElement) |
String |
toString() |
FilterOverImpl |
withAnalyticType(AnalyticType analyticType) |
FilterOverImpl |
withFilterExpression(Expression filterExpression) |
FilterOverImpl |
withOrderByElements(List<OrderByElement> orderByElements) |
FilterOverImpl |
withWindowElement(WindowElement windowElement) |
getASTNode, setASTNodepublic AnalyticType getAnalyticType()
public void setAnalyticType(AnalyticType analyticType)
public FilterOverImpl withAnalyticType(AnalyticType analyticType)
public List<OrderByElement> getOrderByElements()
public void setOrderByElements(List<OrderByElement> orderByElements)
public FilterOverImpl withOrderByElements(List<OrderByElement> orderByElements)
public ExpressionList getPartitionExpressionList()
public void setPartitionExpressionList(ExpressionList partitionExpressionList)
public void setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
public boolean isPartitionByBrackets()
public Expression getFilterExpression()
public void setFilterExpression(Expression filterExpression)
public FilterOverImpl withFilterExpression(Expression filterExpression)
public WindowElement getWindowElement()
public void setWindowElement(WindowElement windowElement)
public FilterOverImpl withWindowElement(WindowElement windowElement)
public StringBuilder append(StringBuilder builder)
Copyright © 2026. All rights reserved.