Skip to content

Add BoundExpression #72

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

Open
Fokko opened this issue Apr 14, 2025 · 0 comments
Open

Add BoundExpression #72

Fokko opened this issue Apr 14, 2025 · 0 comments

Comments

@Fokko
Copy link
Contributor

Fokko commented Apr 14, 2025

Where #58 adds the unbound expressions, I think it would be valuable also to add the BoundExpressions. When an expression is passed in from the Query Engine, we need to bind it to the schema(s) of the Iceberg metadata. This converts an UnboundExpression to a BoundExpression where the unbound one references a field using a name, and the bound one references a field using its ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant