NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
MemoryLayout.cpp File Reference
Include dependency graph for MemoryLayout.cpp:

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...