csun5285 commented on code in PR #67019:
URL: https://github.com/apache/doris/pull/67019#discussion_r3850714162
##########
be/src/storage/predicate/like_column_predicate.h:
##########
@@ -69,6 +69,10 @@ class LikeColumnPredicate final : public ColumnPredicate {
}
PredicateType type() const override { return PredicateType::LIKE; }
+
+ // A LIKE pattern matches on the value itself, so the min/max of a zone
says nothing about it.
+ bool support_zonemap() const override { return false; }
Review Comment:
错误,没有丢裁剪
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]