NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NotKeyedlTumblingWindowTests.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/LambdaSourceType.hpp>
#include <Configurations/Worker/WorkerConfiguration.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <Services/RequestHandlerService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestHarness/TestHarness.hpp>
#include <iostream>
#include <utility>
Include dependency graph for NotKeyedlTumblingWindowTests.cpp:

Classes

class  NES::NonKeyedTumblingWindowTests
 In this test we assess the correctness of the non keyed tumbling window. More...
 
struct  NES::InputValue
 
struct  NES::MultipleInputValues
 
struct  NES::InputValueMultiKeys
 
class  NES::DataGeneratorMultiKey
 
class  NES::DataGeneratorMultiValue
 
class  NES::DataGenerator
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

PhysicalSourceTypePtr NES::createSimpleInputStream (std::string logicalSourceName, std::string physicalSourceName, uint64_t numberOfBuffers, uint64_t numberOfKeys=1)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testSingleGlobalTumblingWindowSingleBuffer)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testSingleGlobalTumblingWindowMultiBuffer)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testMultipleGlobalTumblingWindowMultiBuffer)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testSingleTumblingWindowMultiBufferMultipleKeys)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowCount)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowMin)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowMax)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowAVG)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowMultiAggregate)
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowMultiAverageAndCount)
 : This test replicates the angle-turning query from KTM in Elegant. The average of 3 readings on top of a motorcycle are used to determine how "dangerously" someone drives. The count is work-around meta-info about the duration of the dangerous behavior. More...
 
 NES::TEST_F (NonKeyedTumblingWindowTests, testTumblingWindowMultiplePhysicalValuesAndCount)
 : This test replicates the angle-turning query from KTM in Elegant. The average of 3 readings on top of a motorcycle are used to determine how "dangerously" someone drives. The count is work-around meta-info about the duration of the dangerous behavior. More...