NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
JITCompiler.hpp File Reference
#include <Compiler/CompilerForwardDeclarations.hpp>
#include <future>
#include <map>
#include <vector>
Include dependency graph for JITCompiler.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::Compiler::JITCompiler
 The JIT compiler handles compilation requests and dispatches them to the right language compiler implementation. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Compiler
 

Typedefs

using NES::Compiler::CompilationCachePtr = std::shared_ptr< CompilationCache >