This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 0f4bde56aa9 [refactor](nereids)move PhysicalWindow child request
property deriving from LogicalWindowToPhysicalWindow to RequestPropertyDeriver
(#50891)
add 7c49f4f1251 [feature](inverted index) Support the IS NOT NULL
condition in expr via inverted indexes (#50748)
No new revisions were added by this update.
Summary of changes:
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 23 ++
be/src/vec/exprs/vexpr.cpp | 4 +-
be/src/vec/functions/is_not_null.cpp | 63 +-----
.../functions/{is_not_null.cpp => is_not_null.h} | 34 ++-
be/src/vec/functions/is_null.cpp | 58 +----
be/src/vec/functions/{is_null.cpp => is_null.h} | 27 ++-
be/test/vec/function/function_is_null_test.cpp | 237 +++++++++++++++++++++
.../inverted_index_p0/test_is_null_expr.groovy | 67 ++++++
.../variant_p0/test_variant_is_null_expr.groovy | 77 +++++++
9 files changed, 460 insertions(+), 130 deletions(-)
copy be/src/vec/functions/{is_not_null.cpp => is_not_null.h} (70%)
copy be/src/vec/functions/{is_null.cpp => is_null.h} (71%)
create mode 100644 be/test/vec/function/function_is_null_test.cpp
create mode 100644
regression-test/suites/inverted_index_p0/test_is_null_expr.groovy
create mode 100644
regression-test/suites/variant_p0/test_variant_is_null_expr.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]