Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
enumerate

enumerate

Function
Arg Description Type
items The items to enumerate Any

Description

Collect all the items in each group by bin.

This is an aggregate function that keeps track of all elements in a GROUP BY group.

Notes

Use this function carefully as memory use can be large. It keeps a copy of every element in the group and that can be very large for large result sets.