org.teiid.language
Class WindowSpecification
java.lang.Object
org.teiid.language.BaseLanguageObject
org.teiid.language.WindowSpecification
- All Implemented Interfaces:
- LanguageObject
public class WindowSpecification
- extends BaseLanguageObject
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
WindowSpecification
public WindowSpecification()
getPartition
public java.util.List<Expression> getPartition()
setPartition
public void setPartition(java.util.List<Expression> grouping)
getOrderBy
public OrderBy getOrderBy()
setOrderBy
public void setOrderBy(OrderBy orderBy)
acceptVisitor
public void acceptVisitor(LanguageObjectVisitor visitor)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.