NGA-TRAN commented on issue #21992:
URL: https://github.com/apache/datafusion/issues/21992#issuecomment-4374956110

   The enum Gene proposed looks good. As long as there are PhysicalExpr, it 
will work
   
   ```rust
   Range {
             exprs: Vec<Arc<dyn PhysicalExpr>>,
             partitions: Vec<RangePartition>,
         },
   ```


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