NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
UnionQueryExecutionTest.cpp File Reference
#include <API/Expressions/Expressions.hpp>
#include <Plans/DecomposedQueryPlan/DecomposedQueryPlan.hpp>
#include <Util/TestExecutionEngine.hpp>
#include <Util/TestSinkDescriptor.hpp>
Include dependency graph for UnionQueryExecutionTest.cpp:

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
 

Function Documentation

◆ TEST_F() [1/5]

TEST_F ( UnionQueryExecutionTest  ,
unionOperatorWithFilterOnSources   
)

References NES::Attribute(), NES::Query::filter(), NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().

Here is the call graph for this function:

◆ TEST_F() [2/5]

TEST_F ( UnionQueryExecutionTest  ,
unionOperatorWithFilterOnUnionResult   
)

References NES::Attribute(), NES::Query::filter(), NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().

Here is the call graph for this function:

◆ TEST_F() [3/5]

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().

Here is the call graph for this function:

◆ TEST_F() [4/5]

TEST_F ( UnionQueryExecutionTest  ,
unionOperatorWithoutExecution   
)

References NES::TestQuery::from(), NES::Query::getQueryPlan(), NES::Query::sink(), and NES::Query::unionWith().

Here is the call graph for this function:

◆ TEST_F() [5/5]

TEST_F ( UnionQueryExecutionTest  ,
unionOperatorWithoutResults   
)

Variable Documentation

◆ dumpMode

constexpr auto dumpMode = NES::QueryCompilation::DumpMode::NONE
constexpr