categoricalAggregationFunction

@JvmName(name = "xkfdmrqyxwxoqned")
suspend fun categoricalAggregationFunction(value: Output<AnalysisCategoricalAggregationFunction>)
@JvmName(name = "rxpwfabrevmuhfxs")
suspend fun categoricalAggregationFunction(value: AnalysisCategoricalAggregationFunction?)

Parameters

value

Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.

  • DISTINCT_COUNT : Aggregate by the total number of distinct values.