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

[Substrait] Add pattern that eliminates yielding of input fields. #847

Commits on Jul 23, 2024

  1. [Substrait] Add pattern that eleminates yielding of input fields.

    This PR adds a pattern to the emit deduplication pass that removes
    values yielded from `project` that are `field_reference`s of top-level
    input fields and expresses them through an `emit` op instead.
    
    Signed-off-by: Ingo Müller <ingomueller@google.com>
    ingomueller-net committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7304bf3 View commit details
    Browse the repository at this point in the history