NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
JoinDeploymentTest.cpp File Reference
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Execution/MemoryProvider/RowMemoryProvider.hpp>
#include <Execution/Operators/Streaming/Join/StreamJoinUtil.hpp>
#include <Sources/Parsers/CSVParser.hpp>
#include <TestUtils/UtilityFunctions.hpp>
#include <Util/TestExecutionEngine.hpp>
#include <Util/TestHarness/TestHarness.hpp>
#include <Util/TestSinkDescriptor.hpp>
#include <Util/TestTupleBuffer.hpp>
#include <gmock/gmock-matchers.h>
Include dependency graph for JoinDeploymentTest.cpp:

Classes

class  NES::Runtime::Execution::JoinDeploymentTest
 

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 (JoinDeploymentTest, testJoinWithSameSchemaTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithSameSchemaMultipleConditionsGeneralTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithDifferentSchemaNamesButSameInputTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithDifferentSchemaNamesMultipleConditionsButSameInputTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testConstantValueDifferentSchemaNamesButSameInputTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testTwoConstantValueDifferentSchemaNamesButSameInputTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithDifferentSourceTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithDifferentNumberOfAttributesTumblingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithDifferentSourceSlidingWindow)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testSlidingWindowDifferentAttributes)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testJoinWithVarSizedData)
 Test a join query that uses fixed-array as keys. More...
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, joinResultLargerThanSingleTupleBuffer)
 
 NES::Runtime::Execution::TEST_P (JoinDeploymentTest, testTumblingWindowCrossJoin)
 
 NES::Runtime::Execution::INSTANTIATE_TEST_CASE_P (testJoinQueries, JoinDeploymentTest, JOIN_STRATEGIES_WINDOW_STRATEGIES, [](const testing::TestParamInfo< JoinDeploymentTest::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)));})