This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61858-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8a2212fc9a8 [Feature](cte) support recursive cte fe part (#61283)
add dbcda599aa6 [env](compiler) Reduce template instantiations in
predicate_creator.h for faster compilation (#61858)
No new revisions were added by this update.
Summary of changes:
be/src/storage/delete/delete_handler.cpp | 1 +
be/src/storage/predicate/predicate_creator.cpp | 5 +
be/src/storage/predicate/predicate_creator.h | 252 +--------------------
.../predicate/predicate_creator_comparison.cpp | 153 +++++++++++++
.../predicate/predicate_creator_in_list_in.cpp | 166 ++++++++++++++
.../predicate/predicate_creator_in_list_not_in.cpp | 166 ++++++++++++++
6 files changed, 499 insertions(+), 244 deletions(-)
create mode 100644 be/src/storage/predicate/predicate_creator_comparison.cpp
create mode 100644 be/src/storage/predicate/predicate_creator_in_list_in.cpp
create mode 100644
be/src/storage/predicate/predicate_creator_in_list_not_in.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]