ConsolidationFunction Enum

ConsolidationFunction Enum

Represents consolidation function.


type ConsolidationFunction int32

Fields

FieldDescription
SumRepresents Sum function.
CountRepresents Count function.
AverageRepresents Average function.
MaxRepresents Max function.
MinRepresents Min function.
ProductRepresents Product function.
CountNumsRepresents Count Nums function.
StdDevRepresents StdDev function.
StdDevpRepresents StdDevp function.
VarRepresents Var function.
VarpRepresents Varp function.
DistinctCountRepresents Distinct Count function.