Values_0.AggFunctionSourceThe definition of an Agg function.
type nonrec t = {aggregation : AggType.t option;The aggregation of an Agg function.
*)aggregationFunctionParameters : AggFunctionParamMap.t option;The aggregation parameters for an Agg function.
*)period : TopicTimeGranularity.t option;The period of an Agg function.
*)periodField : LimitedString.t option;The period field for an Agg function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AggFunctionParamKey.t ]
* [> `String of AggFunctionParamValue.t ])
list
| `String of LimitedString.t ])
list ]