This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 37c201a [doc] fix metadata operation links to external docs (#8403)
add 68dd799 [improvement](vectorized) Support function tuple is null
(#8442)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/expr.h | 1 -
be/src/vec/CMakeLists.txt | 1 +
be/src/vec/columns/column.h | 3 +
be/src/vec/columns/column_nullable.cpp | 5 ++
be/src/vec/columns/column_nullable.h | 3 +
be/src/vec/columns/column_vector.cpp | 3 +-
be/src/vec/exec/join/vhash_join_node.cpp | 7 +-
be/src/vec/exprs/vexpr.cpp | 5 ++
be/src/vec/exprs/vtuple_is_null_predicate.cpp | 86 ++++++++++++++++++++++
.../{vslot_ref.h => vtuple_is_null_predicate.h} | 42 +++++------
.../doris/analysis/TupleIsNullPredicate.java | 27 ++++---
.../apache/doris/planner/SingleNodePlanner.java | 5 +-
12 files changed, 147 insertions(+), 41 deletions(-)
create mode 100644 be/src/vec/exprs/vtuple_is_null_predicate.cpp
copy be/src/vec/exprs/{vslot_ref.h => vtuple_is_null_predicate.h} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]