Values_0.AggregateSourceSpecifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : OneInput.t;Specifies the fields and rows to use as inputs for the aggregate transform.
*)groups : GlueStudioPathList.t;Specifies the fields to group by.
*)aggs : AggregateOperations.t;Specifies the aggregate functions to be performed on specified fields.
*)}val make :
name:NodeName.t ->
inputs:OneInput.t ->
groups:GlueStudioPathList.t ->
aggs:AggregateOperations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of EnclosedInStringProperty.t ] list
| `String of NodeId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of EnclosedInStringProperty.t ] list ])
list ]
list
| `String of NodeName.t ])
list ]