public class WindowFunction extends Object implements LanguageObject, DerivedExpression, NamedExpression
LanguageObject.Util
Constructor and Description |
---|
WindowFunction() |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
WindowFunction |
clone()
Implement clone to make objects cloneable.
|
boolean |
equals(Object obj) |
AggregateSymbol |
getFunction() |
String |
getName() |
Class<?> |
getType()
Get the return type of this expression.
|
WindowSpecification |
getWindowSpecification() |
int |
hashCode() |
void |
setFunction(AggregateSymbol expression) |
void |
setWindowSpecification(WindowSpecification windowSpecification) |
String |
toString() |
public AggregateSymbol getFunction()
public void setFunction(AggregateSymbol expression)
public WindowSpecification getWindowSpecification()
public void setWindowSpecification(WindowSpecification windowSpecification)
public Class<?> getType()
Expression
getType
in interface Expression
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic WindowFunction clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Object
public String getName()
getName
in interface NamedExpression
Copyright © 2020. All rights reserved.