NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
WindowDeploymentTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Common/ExecutableType/Array.hpp>
#include <Components/NesCoordinator.hpp>
#include <Components/NesWorker.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/CSVSourceType.hpp>
#include <Plans/Global/Query/GlobalQueryPlan.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 WindowDeploymentTest.cpp:

Classes

class  NES::WindowDeploymentTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (WindowDeploymentTest, testTumblingWindowEventTimeWithTimeUnit)
 
 NES::TEST_F (WindowDeploymentTest, testCentralSlidingWindowEventTime)
 test central sliding window and event time More...
 
 NES::TEST_F (WindowDeploymentTest, DISABLED_testDeployDistributedTumblingWindowQueryEventTimeTimeUnit)
 test distributed tumbling window and event time, for now disabled see issue #3324 More...
 
 NES::TEST_F (WindowDeploymentTest, testCentralNonKeyTumblingWindowEventTime)
 test central tumbling window and event time More...
 
 NES::TEST_F (WindowDeploymentTest, testCentralNonKeySlidingWindowEventTime)
 test central sliding window and event time More...
 
 NES::TEST_F (WindowDeploymentTest, testCentralNonKeyTumblingWindowIngestionTime)
 test central tumbling window and event time More...
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithDoubleKey)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithFloatKey)
 
 NES::TEST_F (WindowDeploymentTest, DISABLED_testDeploymentOfWindowWithBoolKey)
 TODO support bool key for aggregations #4151. More...
 
 NES::TEST_F (WindowDeploymentTest, DISABLED_testDeploymentOfWindowWitCharKey)
 TODO inplace chars are not implemented in Nautilus #2739. More...
 
 NES::TEST_F (WindowDeploymentTest, DISABLED_testDeploymentOfWindowWithFixedChar)
 TODO inplace chars are not implemented in Nautilus. More...
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithAvgAggregation)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithMaxAggregation)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithMaxAggregationWithNegativeValues)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithMaxAggregationWithUint64AggregatedField)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithFloatMinAggregation)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithCountAggregation)
 
 NES::TEST_F (WindowDeploymentTest, DISABLED_testDeploymentOfWindowWithMedianAggregation)
 
 NES::TEST_F (WindowDeploymentTest, testDeploymentOfWindowWithFieldRename)