TsukiokaKogane commented on code in PR #66849:
URL: https://github.com/apache/doris/pull/66849#discussion_r3822261707
##########
be/src/storage/iterator/block_reader.cpp:
##########
@@ -165,6 +207,19 @@ int BlockReader::_resolve_source_column_index(int idx,
bool use_before) const {
return _before_column_idx[idx];
}
+bool BlockReader::_min_delta_values_equal(size_t last_row) const {
+ if (!_min_delta_value_comparison_complete) {
+ return false;
+ }
+ for (const auto& [after_idx, before_idx] : _min_delta_value_column_pairs) {
+ if (_stored_data_columns[before_idx]->compare_at(
Review Comment:
+ 0 -0 看看需要关注么
--
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]