|
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, streamJoinExecutionTestCsvFiles) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithSameSchemaTumblingWindow) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithDifferentSchemaNamesButSameInputTumblingWindow) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithDifferentSourceTumblingWindow) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithDifferentNumberOfAttributesTumblingWindow) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithDifferentSourceSlidingWindow) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testJoinWithLargerWindowSizes) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, testSlidingWindowDifferentAttributes) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, DISABLED_testJoinWithFixedCharKey) |
| | Test a join query that uses fixed-array as keys. More...
|
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, streamJoinExecutiontTestWithSlidingWindows) |
| |
| | NES::Runtime::Execution::TEST_P (StreamJoinQueryExecutionTest, streamJoinExecutiontTestWithWindows) |
| |
| | NES::Runtime::Execution::INSTANTIATE_TEST_CASE_P (testStreamJoinQueries, StreamJoinQueryExecutionTest, JOIN_STRATEGIES_WINDOW_STRATEGIES, [](const testing::TestParamInfo< StreamJoinQueryExecutionTest::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)));}) |
| |