ConsolidationFunction Enum
ConsolidationFunction Enum
Represents consolidation function.
type ConsolidationFunction int32
Fields
Field | Description |
---|---|
Sum | Represents Sum function. |
Count | Represents Count function. |
Average | Represents Average function. |
Max | Represents Max function. |
Min | Represents Min function. |
Product | Represents Product function. |
CountNums | Represents Count Nums function. |
StdDev | Represents StdDev function. |
StdDevp | Represents StdDevp function. |
Var | Represents Var function. |
Varp | Represents Varp function. |
DistinctCount | Represents Distinct Count function. |