Skip to content

Move sql_compound_identifier_to_expr to ExprPlanner #11473

@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

Part of #11207

As discussed in #11207 The idea is to move hardcoded the sql_compound_identifier_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

I think you can just follow the model of #11398 and add a function to ExprPlanner and then update the sql planner to call it instead of get_functon_meta

Additional context

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions