JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#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"
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) | |
TEST_F | ( | AggregatorTest | , |
AttributeStatAggregatorMerge | |||
) |
TEST_F | ( | AggregatorTest | , |
AttributeStatAggregatorSingle | |||
) |
TEST_F | ( | AggregatorTest | , |
AverageAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
CountAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
DistinctAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
HistogramAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
MaxAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
MinAggregator | |||
) |
TEST_F | ( | AggregatorTest | , |
SumAggregator | |||
) |