NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
this class is used for iterating over a single buffer and extracting out the tuples More...
#include <FormatIterator.hpp>
Public Member Functions | |
FormatIterator (SchemaPtr schema, Runtime::TupleBuffer buffer, FormatTypes sinkFormatType) | |
Iterator | begin () |
Starts a new iterator with a bufferIndex of 0. More... | |
Iterator | end () |
The end of this iterator has a bufferIndex that is equal to the number of tuples in the TupleBuffer. More... | |
this class is used for iterating over a single buffer and extracting out the tuples
|
explicit |
|
inline |
Starts a new iterator with a bufferIndex of 0.
|
inline |
The end of this iterator has a bufferIndex that is equal to the number of tuples in the TupleBuffer.
References NES::Runtime::TupleBuffer::getNumberOfTuples().