NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
MultipleJoinsTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Util/TestUtils.hpp>
#include <gtest/gtest.h>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Components/NesCoordinator.hpp>
#include <Plans/Global/Query/GlobalQueryPlan.hpp>
#include <Services/RequestHandlerService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestHarness/TestHarness.hpp>
#include <gmock/gmock-matchers.h>
#include <iostream>
Include dependency graph for MultipleJoinsTest.cpp:

Classes

class  NES::Runtime::Execution::MultipleJoinsTest
 

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::Execution
 

Functions

 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoins2WithDifferentSourceTumblingWindowOnCoodinator)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoin3WithDifferentSourceTumblingWindowOnCoodinatorSequential)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoin3WithDifferentSourceTumblingWindowOnCoodinatorNested)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoins2WithDifferentSourceSlidingWindowOnCoodinator)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoin3WithDifferentSourceSlidingWindowOnCoodinatorSequential)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testJoin3WithDifferentSourceSlidingWindowOnCoodinatorNested)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testMapNotKeyWithDifferentSourceTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testMapsAsKeysWithDifferentSourceTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testMapsThreeSameKeynamesTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testMapNotKeyWithDifferentSourceSlidingWindow)
 
 NES::Runtime::Execution::TEST_P (MultipleJoinsTest, testMapAsKeyWithDifferentSourceSlidingWindow)
 
 NES::Runtime::Execution::INSTANTIATE_TEST_CASE_P (testJoinQueries, MultipleJoinsTest, JOIN_STRATEGIES_WINDOW_STRATEGIES, [](const testing::TestParamInfo< MultipleJoinsTest::ParamType > &info) { return std::string(magic_enum::enum_name(std::get< 0 >(info.param)))+"_"+std::string(magic_enum::enum_name(std::get< 1 >(info.param)));})