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 <Catalogs/Topology/Topology.hpp>
#include <Catalogs/Topology/TopologyNode.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>
Classes | |
class | NES::KeyedSlidingWindowTests |
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 (KeyedSlidingWindowTests, testSingleSlidingWindowSingleBufferSameLength) | |
NES::TEST_F (KeyedSlidingWindowTests, testSingleSlidingWindowSingleBuffer) | |
NES::TEST_F (KeyedSlidingWindowTests, testSingleSlidingWindowMultiBuffer) | |
NES::TEST_F (KeyedSlidingWindowTests, testMultipleSlidingWindowMultiBuffer) | |
NES::TEST_F (KeyedSlidingWindowTests, testMultipleSldingWindowIrigularSlide) | |
NES::TEST_F (KeyedSlidingWindowTests, testSingleMultiKeySlidingWindow) | |