NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/AttributeField.hpp>
#include <API/Schema.hpp>
#include <Common/DataTypes/DataType.hpp>
#include <Common/PhysicalTypes/DefaultPhysicalTypeFactory.hpp>
#include <Common/PhysicalTypes/PhysicalType.hpp>
#include <Runtime/BufferManager.hpp>
#include <Runtime/MemoryLayout/MemoryLayout.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <Util/Logger/Logger.hpp>
#include <cstring>
#include <memory>
Namespaces | |
NES | |
This exception represents a network error. | |
NES::Runtime | |
Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads. | |
NES::Runtime::MemoryLayouts | |
Functions | |
std::string | NES::Runtime::MemoryLayouts::readVarSizedData (const TupleBuffer &buffer, uint64_t childBufferIdx) |
Reads the variable sized data from the child buffer at the provided index. More... | |
std::optional< uint32_t > | NES::Runtime::MemoryLayouts::writeVarSizedData (const TupleBuffer &buffer, const std::string_view value, BufferManager &bufferManager) |
Writes the variable sized data to the buffer. More... | |