|
| 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)));}) |
|