Uh oh!
There was an error while loading. Please reload this page.
[improve](ip-function)improve is_ip_address_in_range for inverted index speed - #41768
Conversation
doris-robot
commented
Oct 12, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
amorynan
commented
Oct 12, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 12, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
PR approved by anyone and no changes requested. |
amorynan
commented
Oct 14, 2024
run buildall |
| String get_name() const override { return name; } | ||
| size_t get_number_of_arguments() const override { return 2; } | ||
| Status evaluate_inverted_index( |
There was a problem hiding this comment.
warning: function 'evaluate_inverted_index' exceeds recommended size/complexity thresholds [readability-function-size]
Status evaluate_inverted_index(
^Additional context
be/src/vec/functions/function_ip.h:641: 90 lines including whitespace and comments (threshold 80)
Status evaluate_inverted_index(
^doris-robot
commented
Oct 14, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
…ex speed (apache#41768) ## Proposed changes speed up is_ip_address_in_range with inverted index
…ex speed (apache#41768) speed up is_ip_address_in_range with inverted index
…ex speed (apache#41768) speed up is_ip_address_in_range with inverted index
…ex speed (apache#41768) ## Proposed changes speed up is_ip_address_in_range with inverted index
Proposed changes
speed up is_ip_address_in_range with inverted index
Issue Number: close #xxx