public interface IAggregateConstants
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String[] |
AGGR |
For internal use only
|
static short |
AVG |
Get the average of the data
|
static short |
COUNT |
Get the count of the data
|
static short |
COUNTDISTINCT |
Get the distinct count of the data
|
static short |
FIRST |
Get the first data
|
static short |
LAST |
Get the last data
|
static short |
MAX |
Get the maximum of the data
|
static short |
MEDIAN |
Get the median of the data
|
static short |
MIN |
Get the minimum of the data
|
static short |
NONE |
No action on data
|
static short |
STDDEV |
Get the standard deviaton of the data
|
static short |
SUM |
Sum the data
|
static short |
SUMSQUARE |
Get the sum of the square of each data
|
static short |
VARIANCE |
Get the variance of the data
|
static final short NONE
static final short SUM
static final short MAX
static final short MIN
static final short COUNT
static final short AVG
static final short FIRST
static final short LAST
static final short SUMSQUARE
static final short VARIANCE
static final short STDDEV
static final short COUNTDISTINCT
static final short MEDIAN
static final java.lang.String[] AGGR