HappenLee commented on code in PR #63389:
URL: https://github.com/apache/doris/pull/63389#discussion_r3402016529
##########
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:
这里应该和column predicate的in做一个统一的抽象,从set里面提取最大最小值,这样三个地方的代码都能统一
--
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]