Uses of Class
org.teiid.query.sql.symbol.Constant
-
-
Uses of Constant in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational that return types with arguments of type Constant Modifier and Type Method Description static Map<ElementSymbol,List<Set<Constant>>>
PartitionAnalyzer. extractPartionInfo(SetQuery setQuery, List<ElementSymbol> projectedSymbols)
static Map<ElementSymbol,List<Set<Constant>>>
RelationalPlanner. remapPartitionInfo(GroupSymbol group, Map<ElementSymbol,List<Set<Constant>>> partitionInfo)
Method parameters in org.teiid.query.optimizer.relational with type arguments of type Constant Modifier and Type Method Description static Map<ElementSymbol,List<Set<Constant>>>
RelationalPlanner. remapPartitionInfo(GroupSymbol group, Map<ElementSymbol,List<Set<Constant>>> partitionInfo)
-
Uses of Constant in org.teiid.query.parser
Methods in org.teiid.query.parser that return Constant Modifier and Type Method Description Constant
SQLParser. intervalType()
Constant
SQLParser. nonNumericLiteral()
Constant
SQLParser. unsignedNumericLiteral(String strVal)
-
Uses of Constant in org.teiid.query.resolver.util
Methods in org.teiid.query.resolver.util that return Constant Modifier and Type Method Description static Constant
ResolverUtil. convertConstant(String sourceTypeName, String targetTypeName, Constant constant)
Methods in org.teiid.query.resolver.util with parameters of type Constant Modifier and Type Method Description static Constant
ResolverUtil. convertConstant(String sourceTypeName, String targetTypeName, Constant constant)
-
Uses of Constant in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Constant Modifier and Type Method Description void
LanguageVisitor. visit(Constant obj)
-
Uses of Constant in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Constant Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Constant obj)
-
Uses of Constant in org.teiid.query.sql.symbol
Fields in org.teiid.query.sql.symbol declared as Constant Modifier and Type Field Description static Constant
Constant. NULL_CONSTANT
Methods in org.teiid.query.sql.symbol with parameters of type Constant Modifier and Type Method Description int
Constant. compareTo(Constant o)
-
Uses of Constant in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Constant Modifier and Type Method Description void
EvaluatableVisitor. visit(Constant obj)
void
SQLStringVisitor. visit(Constant obj)
-
Uses of Constant in org.teiid.query.validator
Methods in org.teiid.query.validator that return types with arguments of type Constant Modifier and Type Method Description Map<ElementSymbol,List<Set<Constant>>>
UpdateValidator.UpdateInfo. getPartitionInfo()
-