Class 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.
Inheritance
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class BuiltInAggregator : object
Name | Description |
---|---|
BigIntegerAvg() | Provides instance of class with Big Integer Average type aggregator. |
BigIntegerMax() | Provides instance of class with Maximum Big Integer type aggregator |
BigIntegerMin() | Provides instance of class with Big Integer Min type aggregator |
BigIntegerSum() | Constructor to initialize instance of class with Big Integer Sum type aggregator. |
Count() | Constructor to initialize instance of class with Count type aggregator. |
DateTimeMax() | Provides instance of class with Maximum date time type aggregator |
DateTimeMin() | Provides instance of class with Minimum date time type aggregator |
DecimalAvg() | Provides instance of class with Decimal Average type aggregator. |
DecimalMax() | Provides instance of class with Double Max type aggregator |
DecimalMin() | Provides instance of class with Decimal Min type aggregator |
DecimalSum() | Constructor to initialize instance of class with Decimal Sum type aggregator. |
Distinct() | Constructor to initialize instance of class with Distinct type aggregator. |
DoubleAvg() | Provides instance of class with Integer Sum type aggregator. |
DoubleMax() | Provides instance of class with Double Maximum type aggregator |
DoubleMin() | Provides instance of class with Double Min type aggregator. |
DoubleSum() | Constructor to initialize instance of class with Double Sum type aggregator. |
FloatAvg() | Provides instance of class with Float Average type aggregator. |
FloatMax() | Provides instance of class with Float Maximum type aggregator |
FloatMin() | Provides instance of class with Float Min type aggregator |
FloatSum() | Constructor to initialize instance of class with Float Sum type aggregator. |
IntegerAvg() | Constructor to initialize instance of class with Integer Average type aggregator. |
IntegerMax() | Provides instance of class with Integer Maximum type aggregator |
IntegerMin() | Provides instance of class with Integer Min type aggregator. |
IntegerSum() | Constructor to initialize instance of class with Integer Sum type aggregator. |
LongAvg() | Provides instance of class with Long Integer Average type aggregator. |
LongMax() | Provides instance of class with Maximum Long type aggregator |
LongMin() | Provides instance of class with Long Integer Min type aggregator |
LongSum() | Constructor to initialize instance of class with Long Integer Sum type aggregator. |
ShortAvg() | Provides instance of class with Short Average type aggregator. |
ShortMax() | Provides instance of class with Maximum Short type aggregator |
ShortMin() | Provides instance of class with Short Integer Min type aggregator |
ShortSum() | Constructor to initialize instance of class with Short Integer Sum type aggregator. |
StringMax() | Provides instance of class with Maximum String type aggregator |
StringMin() | Provides instance of class with Minimum string type aggregator |