dateAggregationFunction

@JvmName(name = "bwlmjpcbqjtpdwjk")
suspend fun dateAggregationFunction(value: Output<TemplateDateAggregationFunction>)
@JvmName(name = "sxdaqavbrbwtwigd")
suspend fun dateAggregationFunction(value: TemplateDateAggregationFunction?)

Parameters

value

Aggregation for date values.

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

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

  • MIN : Select the smallest date value.

  • MAX : Select the largest date value.