alamb commented on issue #723: URL: https://github.com/apache/arrow-datafusion/issues/723#issuecomment-883319269
@lvheyang sounds like a good plan to me FWIW we have some variation of the "split code in IOx at https://github.com/influxdata/influxdb_iox/blob/main/query/src/predicate.rs#L359-L371 and a version of "find simple expressions" at https://github.com/influxdata/influxdb_iox/blob/main/query/src/predicate.rs#L375-L394 if you want an example of how that might look `a * left(col)` I am not sure how common having a `a` constant is -- 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]
