Values_0.AggregateOperationSourceSpecifies the set of parameters needed to perform aggregation in the aggregate transform.
type nonrec t = {column : EnclosedInStringProperties.t;Specifies the column on the data set on which the aggregation function will be applied.
*)aggFunc : AggFunction.t;Specifies the aggregation function to apply. Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of EnclosedInStringProperty.t ] list ])
list ]