NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
KeyedTumblingWindowTests.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 dependency graph for KeyedTumblingWindowTests.cpp:

Classes

class  NES::KeyedTumblingWindowTests
 In this test we assess the correctness of the thread local tumbling window. More...
 
struct  NES::InputValue
 
struct  NES::InputValueMultiKeys
 
class  NES::DataGeneratorMultiKey
 
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 (KeyedTumblingWindowTests, testSimpleWindowEventTime)
 
 NES::TEST_F (KeyedTumblingWindowTests, testSingleTumblingWindowSingleBuffer)
 
 NES::TEST_F (KeyedTumblingWindowTests, testSingleTumblingWindowMultiBuffer)
 
 NES::TEST_F (KeyedTumblingWindowTests, testMultipleTumblingWindowMultiBuffer)
 
 NES::TEST_F (KeyedTumblingWindowTests, testSingleTumblingWindowMultiBufferMultipleKeys)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowCount)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowMin)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowMin2)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowMax)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowAVG)
 
 NES::TEST_F (KeyedTumblingWindowTests, testSingleMultiKeyTumblingWindow)
 
 NES::TEST_F (KeyedTumblingWindowTests, testTumblingWindowMultiAggregate)