NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Catalogs/Exceptions/QueryNotFoundException.hpp>
#include <Catalogs/Query/QueryCatalog.hpp>
#include <Catalogs/Util/PlanJsonGenerator.hpp>
#include <Exceptions/InvalidArgumentException.hpp>
#include <Plans/Global/Query/GlobalQueryPlan.hpp>
#include <Plans/Query/QueryPlan.hpp>
#include <REST/Controller/BaseRouterPrefix.hpp>
#include <REST/Handlers/ErrorHandler.hpp>
#include <Runtime/QueryStatistics.hpp>
#include <oatpp/core/macro/codegen.hpp>
#include <oatpp/core/macro/component.hpp>
#include <oatpp/web/server/api/ApiController.hpp>
#include <utility>
#include <Catalogs/Query/DecomposedQueryPlanMetaData.hpp>
Classes | |
class | NES::REST::Controller::QueryCatalogController |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::REST | |
NES::REST::Controller | |
Typedefs | |
using | NES::NesCoordinatorWeakPtr = std::weak_ptr< NesCoordinator > |