NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/Schema.hpp>
#include <BaseIntegrationTest.hpp>
#include <Common/ExecutableType/Array.hpp>
#include <Runtime/BufferManager.hpp>
#include <Runtime/MemoryLayout/ColumnLayoutField.hpp>
#include <Runtime/MemoryLayout/RowLayoutField.hpp>
#include <Util/TestTupleBuffer.hpp>
#include <Util/magicenum/magic_enum.hpp>
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));}) | |