GRAPH

This function uses a sub ProcessingGraph to define how to process the aggregation. It is an advanced function made to specify complex aggregations.

See Also
Operators
Expression Language
Defining and Managing Data Queries
Parameter Description
aggregationGraph Defines the sub ProcessingGraph. It is called once and must have one GraphInput and one GraphOutput. The GraphInput receives all the input elements on which to process the aggregation. The GraphOutput is bound to the aggregation output.
filterExpression An Apollo expression to keep some elements only. It is useful to process the aggregation on a subpart of your input stream.