Consolidate Expr
manipulation code so it is more discoverable and make it easier to use
#3808
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Code to handle manipulating conjunctions (
AND
) and disjunctions (OR
) is sprinkled throughout the codebase making is harder to find as well as leading to duplicationIt would also be nice to improve the ergonomics (like distinguishing between owned and unowned variants, for example). We have similar code to this in IOx https://github.com/influxdata/influxdb_iox/blob/95ed41f14063f53e37c10614a77a3d69c6c26188/datafusion_util/src/lib.rs#L41-L45 which I would like to contribute
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: