NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Configurations/Coordinator/SchemaType.hpp>
#include <API/AttributeField.hpp>
#include <API/Schema.hpp>
#include <Common/DataTypes/DataType.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Common/PhysicalTypes/DefaultPhysicalTypeFactory.hpp>
#include <Common/PhysicalTypes/PhysicalType.hpp>
#include <Util/Common.hpp>
#include <Util/Logger/Logger.hpp>
#include <iostream>
#include <stdexcept>
#include <utility>
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
bool | NES::startsWith (const std::string &fullString, std::string_view ending) |
AttributeFieldPtr | NES::createField (const std::string &name, BasicType type) |
AttributeFieldPtr | NES::createField (const std::string &name, DataTypePtr type) |