Namespace Alachisoft.NCache.Web.Aggregation
AggregatorMapper
Aggregator mapper interface generates a set of intermediate key-value pairs for further refining and extraction of the data.
AggregatorTask
Provides basic implementation of Aggregator.
BuiltInAggregator
Sets current Built in aggregator instance. Performs actual grouping and analytical operations on data. IAggregator can perform following operations Average, Sum, Min, Max, Count and Distinct.
BuiltInAggregator.BigIntegerAggregator
Implements built in BigInteger type aggregator.
BuiltInAggregator.CountAggregator
Implements built in Count aggregator.
BuiltInAggregator.DateAggregator
Implements built in Date type aggregator.
BuiltInAggregator.DecimalAggregator
Implements built in Decimal type aggregator.
BuiltInAggregator.DistinctAggregator
Implements built in Distinct aggregator i.e gives unique occurrence of item in data set.
BuiltInAggregator.DoubleAggregator
Implements built in Double type aggregator.
BuiltInAggregator.FloatAggregator
Implements built in Float type aggregator.
BuiltInAggregator.IntegerAggregator
Implements built in Integer type aggregator.
BuiltInAggregator.LongAggregator
Implements built in LongInteger type aggregator.
BuiltInAggregator.ShortAggregator
Implements built in ShortInteger type aggregator.
BuiltInAggregator.StringAggregator
Implements built in String type aggregator.