Uses of Interface
org.teiid.query.processor.BatchCollector.BatchProducer
-
-
Uses of BatchCollector.BatchProducer in org.teiid.dqp.internal.process
Classes in org.teiid.dqp.internal.process that implement BatchCollector.BatchProducer Modifier and Type Class Description class
ExplainProcessPlan
-
Uses of BatchCollector.BatchProducer in org.teiid.query.optimizer
Classes in org.teiid.query.optimizer that implement BatchCollector.BatchProducer Modifier and Type Class Description static class
SourceTriggerActionPlanner.CompositeProcessorPlan
TODO: elevate the transaction handling? -
Uses of BatchCollector.BatchProducer in org.teiid.query.processor
Classes in org.teiid.query.processor that implement BatchCollector.BatchProducer Modifier and Type Class Description class
BatchedUpdatePlan
Plan for execution for a batched update command.class
DdlPlan
class
ProcessorPlan
This class represents a processor plan.class
QueryProcessor
Driver for plan processing.Constructors in org.teiid.query.processor with parameters of type BatchCollector.BatchProducer Constructor Description BatchCollector(BatchCollector.BatchProducer sourceNode, BufferManager bm, CommandContext context, boolean forwardOnly)
BatchIterator(BatchCollector.BatchProducer source)
BatchProducerTupleSource(BatchCollector.BatchProducer sourceNode)
BatchProducerTupleSource(BatchCollector.BatchProducer sourceNode, long startRow)
-
Uses of BatchCollector.BatchProducer in org.teiid.query.processor.proc
Classes in org.teiid.query.processor.proc that implement BatchCollector.BatchProducer Modifier and Type Class Description class
ForEachRowPlan
class
ProcedurePlan
-
Uses of BatchCollector.BatchProducer in org.teiid.query.processor.relational
Classes in org.teiid.query.processor.relational that implement BatchCollector.BatchProducer Modifier and Type Class Description class
AccessNode
class
ArrayTableNode
Handles array table processing.class
BatchedUpdateNode
Node that batches commands sent to the DataManager.class
DependentAccessNode
Takes a query with 1 or more dependent sets from 1 or more sources and creates a series of commands.class
DependentProcedureAccessNode
class
DependentProcedureExecutionNode
class
DupRemoveNode
class
GroupingNode
class
InsertPlanExecutionNode
class
JoinNode
class
LimitNode
class
NullNode
class
ObjectTableNode
Handles object table processing.class
PlanExecutionNode
class
ProjectIntoNode
class
ProjectNode
class
RelationalNode
class
RelationalPlan
class
SelectNode
class
SortNode
class
SubqueryAwareRelationalNode
class
TextTableNode
Handles text file processing.class
UnionAllNode
class
WindowFunctionProjectNode
-