|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.query.eval.Evaluator
org.teiid.query.processor.relational.SubqueryAwareEvaluator
public 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.
Nested Class Summary | |
---|---|
class |
SubqueryAwareEvaluator.SubqueryState
|
Nested classes/interfaces inherited from class org.teiid.query.eval.Evaluator |
---|
Evaluator.NameValuePair<T> |
Field Summary |
---|
Fields inherited from class org.teiid.query.eval.Evaluator |
---|
context, dataMgr |
Constructor Summary | |
---|---|
SubqueryAwareEvaluator(java.util.Map elements,
ProcessorDataManager dataMgr,
CommandContext context,
BufferManager manager)
|
Method Summary | |
---|---|
void |
close()
|
protected ValueIterator |
evaluateSubquery(SubqueryContainer container,
java.util.List tuple)
|
void |
reset()
|
Methods inherited from class org.teiid.query.eval.Evaluator |
---|
compare, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateTVL, evaluateXQuery, getInputStreamFactory, initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubqueryAwareEvaluator(java.util.Map elements, ProcessorDataManager dataMgr, CommandContext context, BufferManager manager)
Method Detail |
---|
public void reset()
public void close()
protected ValueIterator evaluateSubquery(SubqueryContainer container, java.util.List tuple) throws TeiidProcessingException, BlockedException, TeiidComponentException
evaluateSubquery
in class Evaluator
TeiidProcessingException
BlockedException
TeiidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |