Uses of Class
org.teiid.language.WindowFrame
-
Packages that use WindowFrame Package Description org.teiid.language org.teiid.language.visitor org.teiid.translator.hive -
-
Uses of WindowFrame in org.teiid.language
Methods in org.teiid.language that return WindowFrame Modifier and Type Method Description WindowFrame
WindowFrame. clone()
WindowFrame
WindowSpecification. getWindowFrame()
Methods in org.teiid.language with parameters of type WindowFrame Modifier and Type Method Description void
WindowSpecification. setWindowFrame(WindowFrame windowFrame)
-
Uses of WindowFrame in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type WindowFrame Modifier and Type Method Description void
AbstractLanguageVisitor. visit(WindowFrame windowFrame)
void
LanguageObjectVisitor. visit(WindowFrame windowFrame)
void
SQLStringVisitor. visit(WindowFrame windowFrame)
-
Uses of WindowFrame in org.teiid.translator.hive
Methods in org.teiid.translator.hive with parameters of type WindowFrame Modifier and Type Method Description void
HiveSQLConversionVisitor. visit(WindowFrame windowFrame)
-