-
Notifications
You must be signed in to change notification settings - Fork 7.3k
How can I get the number of unique arrays #2010
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
Labels
Comments
This function returns if I'm not wrong unique elements across all arrays.
not unique arrays for example if I have [1,2], [3,4], [5,6] I expect 3 but
returns 6 (1,2,3,4,5,6)
Silviu
…On Thu, Mar 8, 2018 at 11:10 AM, 张健 ***@***.***> wrote:
Maybe try arrayUniq Function ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2010 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEl3i90vTJoaOzzKHahqbEamF5Hbg4NZks5tcPVxgaJpZM4SiSLU>
.
|
alexey-milovidov
added a commit
that referenced
this issue
Mar 17, 2018
alexey-milovidov
added a commit
that referenced
this issue
Mar 17, 2018
Is this supposed to be fixed ? I still get |
Not yet, I had almost fixed this but not finished. |
Hello @alexey-milovidov any idea when this bug will be fixed ? |
It was left unfinished, but thank you for reminder, I'll try to keep up! |
alexey-milovidov
added a commit
that referenced
this issue
Jul 16, 2018
alexey-milovidov
added a commit
that referenced
this issue
Jul 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Having a table like:
How Can I get number of unique arrays ? Seems
uniq
is not working with array fieldsSilviu
The text was updated successfully, but these errors were encountered: