mrhhsg commented on code in PR #63389:
URL: https://github.com/apache/doris/pull/63389#discussion_r3402078439
##########
be/src/exprs/vin_predicate.cpp:
##########
@@ -112,6 +114,55 @@ Status VInPredicate::evaluate_inverted_index(VExprContext*
context, uint32_t seg
return _evaluate_inverted_index(context, _function, segment_num_rows);
}
+Status VInPredicate::_materialize_for_zonemap_filter() {
Review Comment:
可能不太好抽象:
`InListPredicateBase` 是和类型绑定的,它的 min/max 存的是实际类型的值,比如 int/string 等。
而 `VInPredicate` 的 min/max 存的是 `Field` 类型
--
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]