Skip to content
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

CLICKHOUSE-4179 : arrayEnumerateDenseRanked arrayEnumerateUniqRanked #4475

Merged
merged 124 commits into from
Feb 27, 2019

Conversation

proller
Copy link
Contributor

@proller proller commented Feb 21, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

For changelog. Remove if this is non-significant change.

Category (leave one):

  • New Feature

Short description (up to few sentences):
Two new functions: arrayEnumerateDenseRanked arrayEnumerateUniqRanked

dbms/src/Core/iostream_debug_helpers.cpp Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.cpp Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Show resolved Hide resolved
}
else
{
if (*offsets_by_depth[col_depth] != array->getOffsets())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicating code (with line 168)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now its not trivial to remake

dbms/src/Functions/arrayEnumerateRanked.h Outdated Show resolved Hide resolved
dbms/src/Functions/arrayEnumerateRanked.h Outdated Show resolved Hide resolved
@alexey-milovidov alexey-milovidov merged commit aad2856 into ClickHouse:master Feb 27, 2019
alexey-milovidov added a commit that referenced this pull request Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants