Uses of Class
org.teiid.query.eval.Evaluator
-
Packages that use Evaluator Package Description org.teiid.query.eval org.teiid.query.optimizer.relational org.teiid.query.processor.relational org.teiid.query.rewriter -
-
Uses of Evaluator in org.teiid.query.eval
Methods in org.teiid.query.eval with parameters of type Evaluator Modifier and Type Method Description static JsonType
Evaluator. jsonArray(CommandContext context, Function f, Object[] vals, JSONFunctionMethods.JSONBuilder builder, Evaluator eval, List<?> tuple)
-
Uses of Evaluator in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational with parameters of type Evaluator Modifier and Type Method Description static void
RowBasedSecurityHelper. checkConstraints(Command atomicCommand, Evaluator eval)
-
Uses of Evaluator in org.teiid.query.processor.relational
Subclasses of Evaluator in org.teiid.query.processor.relational Modifier and Type Class Description class
SubqueryAwareEvaluator
This utility handles the work of processing a subquery; certain types of processor nodes will use an instance of this class to do that work.Methods in org.teiid.query.processor.relational that return Evaluator Modifier and Type Method Description protected Evaluator
SubqueryAwareRelationalNode. getEvaluator(Map elementMap)
-
Uses of Evaluator in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter with parameters of type Evaluator Modifier and Type Method Description static Command
QueryRewriter. evaluateAndRewrite(Command command, Evaluator eval, CommandContext context, QueryMetadataInterface metadata)
static Criteria
QueryRewriter. evaluateAndRewrite(Criteria criteria, Evaluator eval, CommandContext context, QueryMetadataInterface metadata)
-