NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
WindowTypeHashTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/TimeUnit.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Expressions/ConstantValueExpressionNode.hpp>
#include <Expressions/LogicalExpressions/EqualsExpressionNode.hpp>
#include <Expressions/LogicalExpressions/LessEqualsExpressionNode.hpp>
#include <BaseIntegrationTest.hpp>
#include <Types/SlidingWindow.hpp>
#include <Types/ThresholdWindow.hpp>
#include <Types/TumblingWindow.hpp>
#include <gtest/gtest.h>
Include dependency graph for WindowTypeHashTest.cpp:

Classes

class  WindowTypeHashTest
 

Functions

 TEST_F (WindowTypeHashTest, SlidingWindowHashTest)
 
 TEST_F (WindowTypeHashTest, TumblingWindowHashTest)
 
 TEST_F (WindowTypeHashTest, ThresholdWindowHashTest)
 
 TEST_F (WindowTypeHashTest, AllWindowTypesHashTest)
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( WindowTypeHashTest  ,
AllWindowTypesHashTest   
)

References NES::Attribute(), NES::DataTypeFactory::createBasicValue(), NES::API::EventTime(), NES::INT64, NES::API::Milliseconds(), and NES::API::Seconds().

Here is the call graph for this function:

◆ TEST_F() [2/4]

TEST_F ( WindowTypeHashTest  ,
SlidingWindowHashTest   
)

References NES::Attribute(), NES::API::EventTime(), NES::API::Milliseconds(), and NES::API::Seconds().

Here is the call graph for this function:

◆ TEST_F() [3/4]

TEST_F ( WindowTypeHashTest  ,
ThresholdWindowHashTest   
)

References NES::DataTypeFactory::createBasicValue(), and NES::INT64.

Here is the call graph for this function:

◆ TEST_F() [4/4]

TEST_F ( WindowTypeHashTest  ,
TumblingWindowHashTest   
)

References NES::Attribute(), NES::API::EventTime(), NES::API::Milliseconds(), and NES::API::Seconds().

Here is the call graph for this function: