-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distinct values #373
Comments
This could possibly be implemented internally via map/reduce. Should be trivial for top level properties (where you just pass in property name), might need recursion for dot notation (in map function). |
Oh save us, github now has emojis. At least they seem somewhat safe right now. |
Hi! |
@Simsal this week is going to be madness but next week i should be able to get onto this. |
@techfort Sounds great :) wish you a happy coding week ;) |
Any progress on adding distinct support? Thanks! |
If you are really interested and your results are somewhat small you can do something like this in the meantime. Might take a bit more effort to optimize it across a variety of values and types. |
Thanks for the quick response! I will give that a try. |
Any update on this? I'm looking from switching from SQLite to Loki and a distinct operation would help a lot |
Hi, is this feature now implemented? |
For me, these are some open questions:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump ? |
bump ? |
distinct should be supported out of the box
The text was updated successfully, but these errors were encountered: