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

Classes

class  NES::Runtime::MemoryLayouts::DynamicMemoryLayoutTestParameterized
 

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

 NES::Runtime::MemoryLayouts::TEST_P (DynamicMemoryLayoutTestParameterized, readWriteColumnartestBufferTest)
 
 NES::Runtime::MemoryLayouts::TEST_P (DynamicMemoryLayoutTestParameterized, iteratetestBufferTest)
 
 NES::Runtime::MemoryLayouts::TEST_P (DynamicMemoryLayoutTestParameterized, toStringTestRowLayout)
 
 NES::Runtime::MemoryLayouts::INSTANTIATE_TEST_CASE_P (TestInputs, DynamicMemoryLayoutTestParameterized, ::testing::Values(Schema::MemoryLayoutType::COLUMNAR_LAYOUT, Schema::MemoryLayoutType::ROW_LAYOUT), [](const testing::TestParamInfo< DynamicMemoryLayoutTestParameterized::ParamType > &info) { return std::string(magic_enum::enum_name(info.param));})