Uses of Class
org.teiid.query.sql.lang.OrderBy
-
-
Uses of OrderBy in org.teiid.dqp.internal.datamgr
Methods in org.teiid.dqp.internal.datamgr with parameters of type OrderBy Modifier and Type Method Description OrderBy
LanguageBridgeFactory. translate(OrderBy orderBy, boolean set)
-
Uses of OrderBy in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational with parameters of type OrderBy Modifier and Type Method Description static PlanNode
RelationalPlanner. createSortNode(OrderBy orderBy)
void
AliasGenerator. visit(OrderBy obj)
-
Uses of OrderBy in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules with parameters of type OrderBy Modifier and Type Method Description void
CriteriaCapabilityValidatorVisitor. visit(OrderBy obj)
-
Uses of OrderBy in org.teiid.query.parser
Methods in org.teiid.query.parser that return OrderBy Modifier and Type Method Description OrderBy
SQLParser. orderby(ParseInfo info)
-
Uses of OrderBy in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type OrderBy Modifier and Type Method Description static boolean
SetQueryResolver. orderByContainsVariable(OrderBy orderBy, Expression ses, int position)
Checks if a variable is in the ORDER BY -
Uses of OrderBy in org.teiid.query.resolver.util
Methods in org.teiid.query.resolver.util with parameters of type OrderBy Modifier and Type Method Description static void
ResolverUtil. resolveOrderBy(OrderBy orderBy, QueryCommand command, TempMetadataAdapter metadata)
Attempt to resolve the order by throws QueryResolverException if the symbol is not of SingleElementSymbol type -
Uses of OrderBy in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter with parameters of type OrderBy Modifier and Type Method Description static void
QueryRewriter. rewriteOrderBy(QueryCommand queryCommand, OrderBy orderBy, List projectedSymbols, CommandContext context, QueryMetadataInterface metadata)
-
Uses of OrderBy in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type OrderBy Modifier and Type Method Description void
LanguageVisitor. visit(OrderBy obj)
-
Uses of OrderBy in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return OrderBy Modifier and Type Method Description OrderBy
OrderBy. clone()
Return deep copy of this ORDER BY clause.OrderBy
QueryCommand. getOrderBy()
Get the order by clause for the query.Methods in org.teiid.query.sql.lang with parameters of type OrderBy Modifier and Type Method Description void
QueryCommand. setOrderBy(OrderBy orderBy)
Set the order by clause for the query.Constructors in org.teiid.query.sql.lang with parameters of type OrderBy Constructor Description Query(Select select, From from, Criteria criteria, GroupBy groupBy, Criteria having, OrderBy orderBy, Option option)
Constructs an instance of this class given all the clausesQuery(Select select, From from, Criteria criteria, OrderBy orderBy, Option option)
Constructs an instance of this class given the specified clauses -
Uses of OrderBy in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type OrderBy Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(OrderBy obj)
-
Uses of OrderBy in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return OrderBy Modifier and Type Method Description OrderBy
AggregateSymbol. getOrderBy()
OrderBy
WindowSpecification. getOrderBy()
Methods in org.teiid.query.sql.symbol with parameters of type OrderBy Modifier and Type Method Description void
AggregateSymbol. setOrderBy(OrderBy orderBy)
void
WindowSpecification. setOrderBy(OrderBy orderBy)
Constructors in org.teiid.query.sql.symbol with parameters of type OrderBy Constructor Description AggregateSymbol(String aggregateFunction, boolean isDistinct, Expression[] args, OrderBy orderBy)
-
Uses of OrderBy in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type OrderBy Modifier and Type Method Description void
SQLStringVisitor. visit(OrderBy obj)
-
Uses of OrderBy in org.teiid.query.tempdata
Methods in org.teiid.query.tempdata with parameters of type OrderBy Modifier and Type Method Description TupleSource
TempTable. createTupleSource(List<? extends Expression> projectedCols, Criteria condition, OrderBy orderBy)
Constructors in org.teiid.query.tempdata with parameters of type OrderBy Constructor Description BaseIndexInfo(T table, List<? extends Expression> projectedCols, Criteria condition, OrderBy orderBy, boolean primary)
-