Package | Description |
---|---|
org.teiid.query.eval | |
org.teiid.query.optimizer.relational | |
org.teiid.query.processor.relational | |
org.teiid.query.rewriter |
Modifier and Type | Method and Description |
---|---|
static JsonType |
Evaluator.jsonArray(CommandContext context,
Function f,
Object[] vals,
JSONFunctionMethods.JSONBuilder builder,
Evaluator eval,
List<?> tuple) |
Modifier and Type | Method and Description |
---|---|
static void |
RowBasedSecurityHelper.checkConstraints(Command atomicCommand,
Evaluator eval) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected Evaluator |
SubqueryAwareRelationalNode.getEvaluator(Map elementMap) |
Modifier and Type | Method and 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) |
Copyright © 2019. All rights reserved.