Uses of Class
org.teiid.common.buffer.TupleBuffer
-
-
Uses of TupleBuffer in org.teiid.common.buffer
Methods in org.teiid.common.buffer that return TupleBuffer Modifier and Type Method Description TupleBuffer
BufferManager. createTupleBuffer(List elements, String groupName, BufferManager.TupleSourceType tupleSourceType)
TupleBuffer
TupleBufferCache. getTupleBuffer(String id)
Methods in org.teiid.common.buffer with parameters of type TupleBuffer Modifier and Type Method Description void
BufferManager. addTupleBuffer(TupleBuffer tb)
void
TupleBufferCache. distributeTupleBuffer(String uuid, TupleBuffer tb)
-
Uses of TupleBuffer in org.teiid.common.buffer.impl
Methods in org.teiid.common.buffer.impl that return TupleBuffer Modifier and Type Method Description TupleBuffer
BufferManagerImpl. createTupleBuffer(List elements, String groupName, BufferManager.TupleSourceType tupleSourceType)
TupleBuffer
BufferManagerImpl. getTupleBuffer(String id)
Methods in org.teiid.common.buffer.impl with parameters of type TupleBuffer Modifier and Type Method Description void
BufferManagerImpl. addTupleBuffer(TupleBuffer tb)
void
BufferManagerImpl. distributeTupleBuffer(String uuid, TupleBuffer tb)
-
Uses of TupleBuffer in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return TupleBuffer Modifier and Type Method Description TupleBuffer
CachedResults. getResults()
Methods in org.teiid.dqp.internal.process with parameters of type TupleBuffer Modifier and Type Method Description void
CachedResults. setResults(TupleBuffer results, ProcessorPlan plan)
Constructors in org.teiid.dqp.internal.process with parameters of type TupleBuffer Constructor Description CopyOnReadTupleSource(TupleBuffer tb, TupleSource ts)
-
Uses of TupleBuffer in org.teiid.query.function.aggregate
Methods in org.teiid.query.function.aggregate with parameters of type TupleBuffer Modifier and Type Method Description void
NthValue. addInput(List<?> tuple, CommandContext commandContext, long startFrame, long endFrame, TupleBuffer frame)
-
Uses of TupleBuffer in org.teiid.query.processor
Methods in org.teiid.query.processor that return TupleBuffer Modifier and Type Method Description TupleBuffer
BatchCollector. collectTuples()
TupleBuffer
BatchCollector. collectTuples(boolean singleBatch)
TupleBuffer
BatchCollector.BatchProducer. getBuffer(int maxRows)
return the final tuple buffer or null if not availableTupleBuffer
BatchIterator. getBuffer()
TupleBuffer
ProcessorPlan. getBuffer(int maxRows)
return the final tuple buffer or null if not availableTupleBuffer
QueryProcessor. getBuffer(int maxRows)
TupleBuffer
BatchCollector. getTupleBuffer()
Methods in org.teiid.query.processor with parameters of type TupleBuffer Modifier and Type Method Description void
BatchIterator. setBuffer(TupleBuffer buffer, boolean saveOnMark)
-
Uses of TupleBuffer in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return TupleBuffer Modifier and Type Method Description TupleBuffer
RelationalNode. getBuffer(int maxRows)
return the final tuple buffer or null if not availableTupleBuffer
RelationalPlan. getBuffer(int maxRows)
TupleBuffer
LimitNode. getBufferDirect(int maxRows)
TupleBuffer
ProjectNode. getBufferDirect(int maxRows)
protected TupleBuffer
RelationalNode. getBufferDirect(int maxRows)
For subclasses to override if they wish to return a buffer rather than batches.TupleBuffer
SortNode. getBufferDirect(int maxRows)
TupleBuffer
DependentValueSource. getTupleBuffer()
TupleBuffer
SortUtility. sort()
TupleBuffer
SortUtility. sort(int rowLimit)
Methods in org.teiid.query.processor.relational that return types with arguments of type TupleBuffer Modifier and Type Method Description List<TupleBuffer>
SortUtility. onePassSort(boolean lowLatency)
Methods in org.teiid.query.processor.relational with parameters of type TupleBuffer Modifier and Type Method Description void
SortUtility. setWorkingBuffer(TupleBuffer workingBuffer)
Constructors in org.teiid.query.processor.relational with parameters of type TupleBuffer Constructor Description DependentValueSource(TupleBuffer tb)
DependentValueSource(TupleBuffer tb, List<? extends Expression> schema)
-
Uses of TupleBuffer in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return TupleBuffer Modifier and Type Method Description TupleBuffer
WithQueryCommand. getTupleBuffer()
Methods in org.teiid.query.sql.lang with parameters of type TupleBuffer Modifier and Type Method Description void
WithQueryCommand. setTupleBuffer(TupleBuffer tupleBuffer)
-