NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ExecutableQueryPlan.hpp File Reference
Include dependency graph for ExecutableQueryPlan.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::Runtime::Execution::ExecutableQueryPlan
 Represents an executable plan of an particular query. Each executable query plan contains a set of sources, pipelines, and sinks. A valid query plan should contain at least one source and sink. This class is thread-safe. 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::Network
 
 NES::Runtime::Execution
 

Enumerations

enum class  NES::Runtime::Execution::ExecutableQueryPlanResult : uint8_t { NES::Runtime::Execution::Ok , NES::Runtime::Execution::Fail }