JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Data Structures | Functions
AggregatorTest.cpp File Reference
#include <gtest/gtest.h>
#include <joda/document/RapidJsonDocument.h>
#include <joda/document/TemporaryOrigin.h>
#include <joda/misc/RJFwd.h>
#include <joda/query/aggregation/AttributeStatAggregator.h>
#include <joda/query/aggregation/CountAggregator.h>
#include <joda/query/aggregation/DistinctAggregator.h>
#include <joda/query/aggregation/IAggregator.h>
#include <joda/query/aggregation/NumberAggregator.h>
#include <joda/query/aggregation/HistogramAggregator.h>
#include <joda/query/values/IValueProvider.h>
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include "../../values/test/IValueTestHelper.h"
Include dependency graph for AggregatorTest.cpp:

Data Structures

class  AggregatorTest
 

Functions

 TEST_F (AggregatorTest, CountAggregator)
 
 TEST_F (AggregatorTest, SumAggregator)
 
 TEST_F (AggregatorTest, AverageAggregator)
 
 TEST_F (AggregatorTest, MaxAggregator)
 
 TEST_F (AggregatorTest, MinAggregator)
 
 TEST_F (AggregatorTest, DistinctAggregator)
 
 TEST_F (AggregatorTest, AttributeStatAggregatorSingle)
 
 TEST_F (AggregatorTest, AttributeStatAggregatorMerge)
 
 TEST_F (AggregatorTest, HistogramAggregator)
 

Function Documentation

◆ TEST_F() [1/9]

TEST_F ( AggregatorTest  ,
AttributeStatAggregatorMerge   
)
Here is the call graph for this function:

◆ TEST_F() [2/9]

TEST_F ( AggregatorTest  ,
AttributeStatAggregatorSingle   
)
Here is the call graph for this function:

◆ TEST_F() [3/9]

TEST_F ( AggregatorTest  ,
AverageAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [4/9]

TEST_F ( AggregatorTest  ,
CountAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [5/9]

TEST_F ( AggregatorTest  ,
DistinctAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [6/9]

TEST_F ( AggregatorTest  ,
HistogramAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [7/9]

TEST_F ( AggregatorTest  ,
MaxAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [8/9]

TEST_F ( AggregatorTest  ,
MinAggregator   
)
Here is the call graph for this function:

◆ TEST_F() [9/9]

TEST_F ( AggregatorTest  ,
SumAggregator   
)
Here is the call graph for this function: