NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Identifiers/Identifiers.hpp>
#include <Runtime/Execution/ExecutablePipeline.hpp>
#include <Runtime/Execution/OperatorHandler.hpp>
#include <Runtime/Execution/OperatorHandlerSlices.hpp>
#include <Runtime/ExecutionResult.hpp>
#include <Runtime/QueryTerminationType.hpp>
#include <Runtime/Reconfigurable.hpp>
#include <Runtime/RuntimeEventListener.hpp>
#include <Runtime/RuntimeForwardRefs.hpp>
#include <atomic>
#include <memory>
#include <variant>
#include <vector>
Classes | |
class | NES::Runtime::Execution::ExecutablePipeline |
An ExecutablePipeline represents a fragment of an overall query. It can contain multiple operators and the implementation of its computation is defined in the ExecutablePipelineStage. Furthermore, it holds the PipelineExecutionContextPtr and a reference to the next pipeline in the query plan. More... | |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::Runtime | |
Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads. | |
NES::Runtime::Execution | |