Class BuiltInAggregator.DistinctAggregator
Implements built in Distinct aggregator i.e gives unique occurrence of item in data set.
Inheritance
System.Object
BuiltInAggregator.DistinctAggregator
Assembly: Alachisoft.NCache.Client.dll
Syntax
[Serializable]
public class DistinctAggregator : IAggregator
Methods
Name | Description |
---|---|
Aggregate(Object) | Performs given logic of aggregate on local node like combiner. |
Aggregate |
Performs given logic of aggregate on all server nodes like Reduce phase operation. |