Grouped Minimum
- properties.aggregate.min
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 minimum value from value_key.
The output key defaults to min but can be overridden with out_key.