TsukiokaKogane commented on code in PR #64776:
URL: https://github.com/apache/doris/pull/64776#discussion_r3504053178
##########
be/src/storage/segment/column_reader.cpp:
##########
@@ -476,6 +480,18 @@ Status ColumnReader::match_condition(const
AndBlockColumnPredicate* col_predicat
return Status::OK();
}
+Status ConstantColumnReader::match_condition(const AndBlockColumnPredicate*
col_predicates,
+ bool* matched) const {
+ ZoneMap zone_map;
+ zone_map.min_value = _value;
+ zone_map.max_value = _value;
+ zone_map.has_not_null = true;
Review Comment:
嗯嗯 has not null这个要根据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]