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