Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(engine): Unify Literal and ColumnRef across logical and physical plan #16927

Draft
wants to merge 4 commits into
base: chaudum/convert-ast-to-logical-plan
Choose a base branch
from

Conversation

chaudum
Copy link
Contributor

@chaudum chaudum commented Mar 27, 2025

What this PR does / why we need it:

Literals and column refs are used by both the logical and physical plan. However, the interfaces they need to implement are partly private (isValue() and isExpression()).
Therefore they are wrapped in their own struct that implement these interfaces.

Special notes for your reviewer:

PR is based off chaudum/convert-ast-to-logical-plan (#16916).

chaudum added 2 commits March 27, 2025 08:52
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
…al plan

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant