Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057171803
########## be/src/vec/exec/scan/vscan_node.h: ########## @@ -197,7 +197,8 @@ class VScanNode : public ExecNode { _slot_id_to_value_range; // column -> ColumnValueRange std::unordered_map<std::string, ColumnValueRangeType> _colname_to_value_range; - // We use _colname_to_value_range to store a column and its corresponding value ranges. + std::vector<std::vector<ColumnValueRangeType>> _compound_value_ranges; Review Comment: Added -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org