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