Uses of Class
org.teiid.query.sql.symbol.WindowFunction
-
-
Uses of WindowFunction in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules that return types with arguments of type WindowFunction Modifier and Type Method Description static Set<WindowFunction>
RuleAssignOutputElements. getWindowFunctions(List<Expression> projectCols)
Methods in org.teiid.query.optimizer.relational.rules with parameters of type WindowFunction Modifier and Type Method Description void
CriteriaCapabilityValidatorVisitor. visit(WindowFunction windowFunction)
-
Uses of WindowFunction in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type WindowFunction Modifier and Type Method Description void
LanguageVisitor. visit(WindowFunction windowFunction)
-
Uses of WindowFunction in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type WindowFunction Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(WindowFunction obj)
-
Uses of WindowFunction in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return WindowFunction Modifier and Type Method Description WindowFunction
WindowFunction. clone()
-
Uses of WindowFunction in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type WindowFunction Modifier and Type Method Description void
AggregateSymbolCollectorVisitor. visit(WindowFunction windowFunction)
void
SQLStringVisitor. visit(WindowFunction windowFunction)
-
Uses of WindowFunction in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type WindowFunction Modifier and Type Method Description void
ValidationVisitor. visit(WindowFunction windowFunction)
-