Uses of Class
org.teiid.common.buffer.TupleBatch
-
-
Uses of TupleBatch in org.teiid.common.buffer
Fields in org.teiid.common.buffer declared as TupleBatch Modifier and Type Field Description protected TupleBatch
AbstractTupleSource. batch
Methods in org.teiid.common.buffer that return TupleBatch Modifier and Type Method Description protected abstract TupleBatch
AbstractTupleSource. getBatch(long row)
TupleBatch
TupleBuffer. getBatch(long row)
Get the batch containing the given row.protected TupleBatch
TupleBuffer.TupleBufferTupleSource. getBatch(long row)
Methods in org.teiid.common.buffer with parameters of type TupleBatch Modifier and Type Method Description void
TupleBuffer. addTupleBatch(TupleBatch batch, boolean save)
Adds the given batch preserving row offsets. -
Uses of TupleBatch in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return TupleBatch Modifier and Type Method Description TupleBatch
ExplainProcessPlan. nextBatch()
Methods in org.teiid.dqp.internal.process with parameters of type TupleBatch Modifier and Type Method Description protected boolean
RequestWorkItem. sendResultsIfNeeded(TupleBatch batch)
Send results if they have been requested. -
Uses of TupleBatch in org.teiid.query.optimizer
Methods in org.teiid.query.optimizer that return TupleBatch Modifier and Type Method Description TupleBatch
SourceTriggerActionPlanner.CompositeProcessorPlan. nextBatch()
-
Uses of TupleBatch in org.teiid.query.processor
Methods in org.teiid.query.processor that return TupleBatch Modifier and Type Method Description protected TupleBatch
BatchIterator. getBatch(long row)
TupleBatch
BatchCollector.BatchProducer. nextBatch()
Get a batch of results or possibly an Exception.TupleBatch
BatchedUpdatePlan. nextBatch()
TupleBatch
DdlPlan. nextBatch()
abstract TupleBatch
ProcessorPlan. nextBatch()
Get a batch of results or possibly an Exception.TupleBatch
QueryProcessor. nextBatch()
Methods in org.teiid.query.processor with parameters of type TupleBatch Modifier and Type Method Description protected void
BatchCollector. flushBatchDirect(TupleBatch batch, boolean add)
-
Uses of TupleBatch in org.teiid.query.processor.proc
Methods in org.teiid.query.processor.proc that return TupleBatch Modifier and Type Method Description TupleBatch
ForEachRowPlan. nextBatch()
TupleBatch
ProcedurePlan. nextBatch()
TupleBatch
ProcedurePlan. nextBatchDirect()
protected TupleBatch
ProcedurePlan. pullBatch()
-
Uses of TupleBatch in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return TupleBatch Modifier and Type Method Description TupleBatch
RelationalNode. nextBatch()
Wrapper for nextBatchDirect that does performance timing - callers should always call this rather than nextBatchDirect().TupleBatch
RelationalPlan. nextBatch()
TupleBatch
AccessNode. nextBatchDirect()
protected TupleBatch
ArrayTableNode. nextBatchDirect()
TupleBatch
BatchedUpdateNode. nextBatchDirect()
TupleBatch
DupRemoveNode. nextBatchDirect()
TupleBatch
GroupingNode. nextBatchDirect()
TupleBatch
JoinNode. nextBatchDirect()
protected TupleBatch
LimitNode. nextBatchDirect()
TupleBatch
NullNode. nextBatchDirect()
protected TupleBatch
ObjectTableNode. nextBatchDirect()
TupleBatch
PlanExecutionNode. nextBatchDirect()
TupleBatch
ProjectIntoNode. nextBatchDirect()
Get batch from child node Walk through each row of child batch Bind values to insertCommand Execute insertCommand Update insertCount When no more data is available, output batch with single row containing insertCountTupleBatch
ProjectNode. nextBatchDirect()
protected abstract TupleBatch
RelationalNode. nextBatchDirect()
Template method for subclasses to implement.TupleBatch
SelectNode. nextBatchDirect()
TupleBatch
SortNode. nextBatchDirect()
protected TupleBatch
TextTableNode. nextBatchDirect()
TupleBatch
UnionAllNode. nextBatchDirect()
protected TupleBatch
WindowFunctionProjectNode. nextBatchDirect()
protected TupleBatch
JoinNode. nextBatchDirectInternal()
TupleBatch
UnionAllNode. nextBatchDirectInternal()
protected TupleBatch
InsertPlanExecutionNode. pullBatch()
protected TupleBatch
RelationalNode. pullBatch()
-
Uses of TupleBatch in org.teiid.xquery.saxon
Methods in org.teiid.xquery.saxon that return TupleBatch Modifier and Type Method Description protected TupleBatch
SaxonXMLTableNode. nextBatchDirect()
-