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

feat(spark): bitwise functions #309

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. feat(spark): bitwise functions

    Adds support in the spark module for 8-bit and 16-bit integer types and for some bitwise functions.
    The catalyst optimizer generates expressions using these for certain query types.
    
    Note that `shift_right` (and other bit shifting functions) might want to be considered for the
    core substrait function catalog, but it has been added here (temporarily?) as spark extension
    pending a longer term discussion/decision on their wider utility.
    
    Signed-off-by: Andrew Coleman <[email protected]>
    andrew-coleman committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dda5582 View commit details
    Browse the repository at this point in the history