rui-mo commented on code in PR #7363:
URL: https://github.com/apache/incubator-gluten/pull/7363#discussion_r1794443920


##########
cpp/velox/substrait/SubstraitToVeloxPlan.h:
##########
@@ -286,6 +286,16 @@ class SubstraitToVeloxPlanConverter {
       return true;
     }
 
+    /// Set the existence of or-range and returns whether it can coexist with
+    /// existing conditions for this field.
+    bool setOrRange() {

Review Comment:
   Sorry but I just notice 'setMultiRange' is for the 'or' condition, so we can 
just use it.



-- 
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]

Reply via email to