|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BaseIntegrationTest.hpp>#include <gmock/gmock.h>#include <gtest/gtest.h>#include <API/QueryAPI.hpp>#include <API/TestSchemas.hpp>#include <Common/DataTypes/DataTypeFactory.hpp>#include <Common/ExecutableType/Array.hpp>#include <Components/NesCoordinator.hpp>#include <Components/NesWorker.hpp>#include <Configurations/Coordinator/CoordinatorConfiguration.hpp>#include <Configurations/Worker/PhysicalSourceTypes/CSVSourceType.hpp>#include <Configurations/Worker/PhysicalSourceTypes/LambdaSourceType.hpp>#include <Configurations/Worker/WorkerConfiguration.hpp>#include <Identifiers/Identifiers.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 <Util/TestUtils.hpp>#include <iostream>Classes | |
| class | NES::NonKeyedSlidingWindowTests |
| In this test we assess the correctness of the non-keyed sliding window. More... | |
| struct | NES::InputValue |
| 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 (NonKeyedSlidingWindowTests, testSingleSlidingWindowSingleBufferSameLength) | |
| NES::TEST_F (NonKeyedSlidingWindowTests, testSingleSlidingWindowSingleBuffer) | |
| NES::TEST_F (NonKeyedSlidingWindowTests, testSingleSlidingWindowMultiBuffer) | |
| NES::TEST_F (NonKeyedSlidingWindowTests, testMultipleSldingWindowMultiBuffer) | |
| NES::TEST_F (NonKeyedSlidingWindowTests, testMultipleSldingWindowIrigularSlide) | |
| NES::TEST_F (NonKeyedSlidingWindowTests, testWindowExecutionWithDifferentTimeUnits) | |