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

Implement physical and executable operator for BIND #309

Open
hartig opened this issue Sep 19, 2023 · 0 comments
Open

Implement physical and executable operator for BIND #309

hartig opened this issue Sep 19, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hartig
Copy link
Member

hartig commented Sep 19, 2023

Currently, we only have the corresponding logical operator (LogicalOpBind).

After the physical operator for BIND has been implemented, it needs to be hooked into the logical-to-physical translation process. There is already a function

public static UnaryPhysicalOp convert( final LogicalOpBind lop );

for this in LogicalToPhysicalOpConverter.

@hartig hartig added the good first issue Good for newcomers label Sep 19, 2023
hartig added a commit that referenced this issue Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant