NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
OperatorHandlerStore.hpp File Reference
#include <Identifiers/Identifiers.hpp>
#include <Runtime/Execution/OperatorHandler.hpp>
#include <folly/Synchronized.h>
#include <unordered_map>
Include dependency graph for OperatorHandlerStore.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::OperatorHandlerStore
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::OperatorHash = std::tuple< SharedQueryId, DecomposedQueryId, OperatorId >
 
using NES::OperatorHandlerStorePtr = std::shared_ptr< OperatorHandlerStore >