func.min
The min() function returns the item with the lowest value, or the item with the lowest value in an iterable
Syntax
func.min().over(partition_by=field, order_by=field)
Examples
Documentation for func.min is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)