| Interface | Description |
|---|---|
| MetricFunction<T> |
Custom function for defining the aggregation behavior of metrics for a query.
|
| Class | Description |
|---|---|
| MaxFunction |
Custom metric function that calculates the max value.
|
| MinFunction |
Custom metric function that calculates the min value.
|
| StatsFunction |
Custom metric function that calculates the min, max, sum, and count of all the values (in that order).
|
| SumFunction | |
| SummaryStatsFunction |
Copyright © 2014 Calrissian. All Rights Reserved.