Field Summary | ||
---|---|---|
const int | SUM | |
Represents Sum function. | ||
const int | COUNT | |
Represents Count function. | ||
const int | AVERAGE | |
Represents Average function. | ||
const int | MAX | |
Represents Max function. | ||
const int | MIN | |
Represents Min function. | ||
const int | PRODUCT | |
Represents Product function. | ||
const int | COUNT_NUMS | |
Represents Count Nums function. | ||
const int | STD_DEV | |
Represents StdDev function. | ||
const int | STD_DEVP | |
Represents StdDevp function. | ||
const int | VAR | |
Represents Var function. | ||
const int | VARP | |
Represents Varp function. | ||
const int | DISTINCT_COUNT | |
Represents Distinct Count function. |
Field Detail |
---|
SUM | |
const int SUM |
COUNT | |
const int COUNT |
AVERAGE | |
const int AVERAGE |
MAX | |
const int MAX |
MIN | |
const int MIN |
PRODUCT | |
const int PRODUCT |
COUNT_NUMS | |
const int COUNT_NUMS |
STD_DEV | |
const int STD_DEV |
STD_DEVP | |
const int STD_DEVP |
VAR | |
const int VAR |
VARP | |
const int VARP |
DISTINCT_COUNT | |
const int DISTINCT_COUNT |