NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Catalogs/Topology/Topology.hpp>
#include <Catalogs/Topology/TopologyNode.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/DefaultSourceType.hpp>
#include <Identifiers/NESStrongTypeJson.hpp>
#include <Plans/Utils/PlanIdGenerator.hpp>
#include <Services/QueryParsingService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <cpr/cpr.h>
#include <gtest/gtest.h>
#include <memory>
#include <nlohmann/json.hpp>
Classes | |
class | NES::QueryControllerTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
NES::TEST_F (QueryControllerTest, testSubmitQueryNoUserQuery) | |
NES::TEST_F (QueryControllerTest, testSubmitQueryNoPlacement) | |
NES::TEST_F (QueryControllerTest, testSubmitQueryInvalidPlacement) | |
NES::TEST_F (QueryControllerTest, testSubmitValidQuery) | |
NES::TEST_F (QueryControllerTest, testGetExecutionPlan) | |
NES::TEST_F (QueryControllerTest, testGetExecutionPlanNoSuchQueryId) | |
NES::TEST_F (QueryControllerTest, testGetQueryPlan) | |
NES::TEST_F (QueryControllerTest, testGetQueryPlanNoSuchQueryId) | |