Grouped Sum
- properties.aggregate.sum
Input:
- objects – Property-Holder
- id_key – String
- value_key – String
- out_key – String
Output:
- output – Row
For each distinct value from id_key, sums up all values from value_key.
The output key defaults to sum but can be overridden with out_key.