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

Classes

class  NES::DefaultPhysicalTypeFactory
 This is a default physical type factory, which maps nes types to common x86 types. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::IntegerPtr = std::shared_ptr< Integer >
 
using NES::ArrayPtr = std::shared_ptr< ArrayType >
 
using NES::FloatPtr = std::shared_ptr< Float >
 
using NES::CharPtr = std::shared_ptr< Char >
 
using NES::TextPtr = std::shared_ptr< TextType >