NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Breadth-First iterator for node trees. We first iterate over all records at the same level and then go to the next level. More...
#include <BreadthFirstNodeIterator.hpp>
Classes | |
class | iterator |
Public Member Functions | |
BreadthFirstNodeIterator (NodePtr start) | |
iterator | begin () |
Starts a new iterator at the start node. More... | |
Static Public Member Functions | |
static iterator | end () |
The end of this iterator has an empty work stack. More... | |
Breadth-First iterator for node trees. We first iterate over all records at the same level and then go to the next level.
|
explicit |
BreadthFirstNodeIterator::iterator NES::BreadthFirstNodeIterator::begin | ( | ) |
Starts a new iterator at the start node.
|
static |
The end of this iterator has an empty work stack.
Referenced by getNumberOfJoinExpression().