NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
AttributeField.hpp File Reference
#include <Common/DataTypes/BasicTypes.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <memory>
#include <string>
Include dependency graph for AttributeField.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::AttributeField
 Represents a typed field in a schema. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::DataTypePtr = std::shared_ptr< DataType >
 
using NES::AttributeFieldPtr = std::shared_ptr< AttributeField >