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. |