NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Public Member Functions | |
void | SetUp () override |
LogicalOperatorPtr | checkWindowStatisticOperatorCorrect (QueryPlan &queryPlan, Windowing::WindowType &window) const |
![]() | |
void | SetUp () override |
void | TearDown () override |
virtual void | onFatalError (int signalNumber, std::string callstack) override |
onFatalError shall be called when a signal is caught More... | |
virtual void | onFatalException (std::shared_ptr< std::exception > exception, std::string callstack) override |
onFatalException shall be called when an exception is caught More... | |
![]() | |
~virtual_enable_shared_from_this () NES_NOEXCEPT(true) override=default | |
std::shared_ptr< T1 > | shared_from_this () |
std::weak_ptr< T1 > | weak_from_this () |
![]() | |
virtual | ~virtual_enable_shared_from_this_base () NES_NOEXCEPT(isNoexceptDestructible)=default |
![]() | |
TestWaitingHelper () | |
void | startWaitingThread (std::string testName) |
void | completeTest () |
void | failTest () |
Static Public Member Functions | |
static void | SetUpTestCase () |
|
inline |
References outputSchemaBuildOperator.
|
inlineoverride |
References NES::Schema::create(), NES::FLOAT64, inputSchema, NES::INT64, outputSchemaBuildOperator, queryCatalog, NES::Testing::BaseUnitTest::SetUp(), sourceCatalog, typeInferencePhase, udfCatalog, and NES::UINT64.
|
inlinestatic |
References NES::LOG_DEBUG, NES_INFO, and NES::Logger::setupLogging().
Statistic::DefaultStatisticQueryGenerator NES::DefaultStatisticQueryGeneratorTest::defaultStatisticQueryGenerator |
SchemaPtr NES::DefaultStatisticQueryGeneratorTest::inputSchema |
Referenced by SetUp(), and NES::TEST_F().
SchemaPtr NES::DefaultStatisticQueryGeneratorTest::outputSchemaBuildOperator |
Referenced by checkWindowStatisticOperatorCorrect(), SetUp(), and NES::TEST_F().
Catalogs::Query::QueryCatalogPtr NES::DefaultStatisticQueryGeneratorTest::queryCatalog |
Referenced by SetUp(), and NES::TEST_F().
Catalogs::Source::SourceCatalogPtr NES::DefaultStatisticQueryGeneratorTest::sourceCatalog |
Referenced by SetUp().
Optimizer::TypeInferencePhasePtr NES::DefaultStatisticQueryGeneratorTest::typeInferencePhase |
Referenced by SetUp().
Catalogs::UDF::UDFCatalogPtr NES::DefaultStatisticQueryGeneratorTest::udfCatalog |
Referenced by SetUp().