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

Classes

class  MapQueryExecutionTest
 

Functions

 TEST_P (MapQueryExecutionTest, MapAllFunctions)
 
 INSTANTIATE_TEST_CASE_P (testMapQueries, MapQueryExecutionTest, ::testing::Values(MapQueryExecutionTest::createMapQueryArithmeticTestData(), MapQueryExecutionTest::createLogTestData(), MapQueryExecutionTest::createTwoMapQueryTestData(), MapQueryExecutionTest::createAbsTestData(), MapQueryExecutionTest::createPowerTestData(), MapQueryExecutionTest::createTrigTestData()), [](const testing::TestParamInfo< MapQueryExecutionTest::ParamType > &info) { std::string name=std::get< 1 >(info.param);return name;})
 

Variables

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

Function Documentation

◆ INSTANTIATE_TEST_CASE_P()

INSTANTIATE_TEST_CASE_P ( testMapQueries  ,
MapQueryExecutionTest  ,
::testing::Values(MapQueryExecutionTest::createMapQueryArithmeticTestData(), MapQueryExecutionTest::createLogTestData(), MapQueryExecutionTest::createTwoMapQueryTestData(), MapQueryExecutionTest::createAbsTestData(), MapQueryExecutionTest::createPowerTestData(), MapQueryExecutionTest::createTrigTestData())  ,
[] (const testing::TestParamInfo< MapQueryExecutionTest::ParamType > &info) { std::string name=std::get< 1 >(info.param);return name;}   
)

◆ TEST_P()

TEST_P ( MapQueryExecutionTest  ,
MapAllFunctions   
)

References NES::Attribute(), NES::Schema::create(), NES::FLOAT64, NES::TestQuery::from(), index, and NES::INT64.

Here is the call graph for this function:

Variable Documentation

◆ dumpMode

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