-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[feature](function) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids #44991
[feature](function) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids #44991
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
d2a8f61
to
0411769
Compare
run buildall |
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40186 ms
|
TPC-DS: Total hot run time: 197415 ms
|
ClickBench: Total hot run time: 32.53 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…onal_bitmap_expr_calculate_count for nereids (apache#44991) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids (cherry picked from commit d58a972)
…onal_bitmap_expr_calculate_count for nereids (apache#44991) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids (cherry picked from commit d58a972)
…onal_bitmap_expr_calculate_count for nereids (apache#44991) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids (cherry picked from commit d58a972)
…onal_bitmap_expr_calculate_count for nereids (#44671) (#44991) (#45011) cherry pick from #44671 and #44991 #44671 AlwaysNotNullable agg functions must return a non-null value if it's a scalar agg. So a new base class NotNullableAggregateFunction is introduced, all sub classes must implement resultForEmptyInput method to get the non-null value correctly #44991 support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids Co-authored-by: starocean999 <[email protected]>
What problem does this PR solve?
support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)