public interface TupleSource
A cursored source of tuples. The implementation will likely be closely
bound to a BufferManager
implementation - it will work with it
to use TupleBatches
behind the scenes.
Modifier and Type | Method and Description |
---|---|
void |
closeSource()
Closes the Tuple Source.
|
List<?> |
nextTuple()
Returns the next tuple
|
List<?> nextTuple() throws TeiidComponentException, TeiidProcessingException
null
if
there are no more tuples.TeiidComponentException
- indicating a non-business
exception such as a communication exception, or other such
nondeterministic exceptionTeiidProcessingException
void closeSource()
Copyright © 2020. All rights reserved.