apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.65k stars 1.06k forks source link

Implement `ExprPlanner` for `sql_overlay_to_expr` #11223

Closed dharanad closed 2 weeks ago

dharanad commented 3 weeks ago

Is your feature request related to a problem or challenge?

As discussed in https://github.com/apache/datafusion/issues/11207 The idea is to move hardcoded the sql_overlay_to_expr operator to function in the parser step, which is currently handled in the optimizer step. We need to implement user-defined parser mechanisms to enable more flexible SQL planning.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

dharanad commented 3 weeks ago

take