NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/Expressions/Expressions.hpp>
#include <Plans/DecomposedQueryPlan/DecomposedQueryPlan.hpp>
#include <Util/TestExecutionEngine.hpp>
#include <Util/TestSinkDescriptor.hpp>
Classes | |
class | UnionQueryExecutionTest |
Functions | |
TEST_F (UnionQueryExecutionTest, unionOperatorWithFilterOnUnionResult) | |
TEST_F (UnionQueryExecutionTest, unionOperatorWithFilterOnSources) | |
TEST_F (UnionQueryExecutionTest, unionOperatorWithoutExecution) | |
TEST_F (UnionQueryExecutionTest, unionOperatorWithoutDifferentSchemasAndManualProject) | |
TEST_F (UnionQueryExecutionTest, unionOperatorWithoutResults) | |
Variables | |
constexpr auto | dumpMode = NES::QueryCompilation::DumpMode::NONE |
TEST_F | ( | UnionQueryExecutionTest | , |
unionOperatorWithFilterOnSources | |||
) |
References NES::Attribute(), NES::Query::filter(), NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().
TEST_F | ( | UnionQueryExecutionTest | , |
unionOperatorWithFilterOnUnionResult | |||
) |
References NES::Attribute(), NES::Query::filter(), NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().
TEST_F | ( | UnionQueryExecutionTest | , |
unionOperatorWithoutDifferentSchemasAndManualProject | |||
) |
References NES::Attribute(), NES::Schema::create(), NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::INT64, NES::Query::sink(), and NES::Query::unionWith().
TEST_F | ( | UnionQueryExecutionTest | , |
unionOperatorWithoutExecution | |||
) |
References NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().
TEST_F | ( | UnionQueryExecutionTest | , |
unionOperatorWithoutResults | |||
) |
|
constexpr |
Referenced by UnionQueryExecutionTest::SetUp().