Grouped Maximum
- properties.aggregate.max
Input:
- objects – Property-Holder
- id_key – String
- value_key – String
- out_key – String
Output:
- output – Row
For each distinct value from id_key, returns the maximum value from value_key.
The output key defaults to max but can be overridden with out_key.