NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ProjectionQueryExecutionTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/Schema.hpp>
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Plans/DecomposedQueryPlan/DecomposedQueryPlan.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestExecutionEngine.hpp>
#include <Util/TestSinkDescriptor.hpp>
#include <Util/TestSourceDescriptor.hpp>
#include <Util/magicenum/magic_enum.hpp>
#include <iostream>
#include <utility>
Include dependency graph for ProjectionQueryExecutionTest.cpp:

Classes

class  ProjectionQueryExecutionTest
 

Functions

 TEST_F (ProjectionQueryExecutionTest, projectField)
 
 TEST_F (ProjectionQueryExecutionTest, projectTwoFields)
 
 TEST_F (ProjectionQueryExecutionTest, projectNonExistingFields)
 

Variables

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

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( ProjectionQueryExecutionTest  ,
projectField   
)

References NES::Attribute(), NES::Schema::create(), NES::Network::fillBuffer(), NES::TestQuery::from(), NES::TestSchemas::getSchemaTemplate(), NES::INT64, and NES::Query::project().

Here is the call graph for this function:

◆ TEST_F() [2/3]

TEST_F ( ProjectionQueryExecutionTest  ,
projectNonExistingFields   
)

References NES::Attribute(), NES::TestQuery::from(), NES::TestSchemas::getSchemaTemplate(), and NES::Query::project().

Here is the call graph for this function:

◆ TEST_F() [3/3]

TEST_F ( ProjectionQueryExecutionTest  ,
projectTwoFields   
)

References NES::Attribute(), NES::Network::fillBuffer(), NES::TestQuery::from(), NES::TestSchemas::getSchemaTemplate(), and NES::Query::project().

Here is the call graph for this function:

Variable Documentation

◆ dumpMode

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