Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Find all the unique field values in a collection without having to iterate through all data.
Describe the solution you'd like.
Something equivalent to sql query(select distinct field_name from mytable)
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response