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

Convert BitAnd, BitOr, BitXor to UDAF #10930

Merged

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    757bba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0c870 View commit details
    Browse the repository at this point in the history
  3. add proto regen changes

    dharanad committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f5cc74d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    418f37b View commit details
    Browse the repository at this point in the history
  5. add support for float

    dharanad committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9c3e9b7 View commit details
    Browse the repository at this point in the history
  6. removing support for float

    dharanad committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d481ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. refactor helper macros

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0d25cc0 View commit details
    Browse the repository at this point in the history
  2. clippy'fy

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5d339cb View commit details
    Browse the repository at this point in the history
  3. simplify Bitwise operation

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    74fc16c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf99ed9 View commit details
    Browse the repository at this point in the history
  5. add documentation

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ae6879e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refs/heads/main' into dharanad/convert-bit-and-or-xor-t…

    …o-udaf
    
    # Conflicts:
    #	datafusion/functions-aggregate/src/lib.rs
    #	datafusion/physical-expr/src/aggregate/build_in.rs
    #	datafusion/proto/src/physical_plan/to_proto.rs
    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e965207 View commit details
    Browse the repository at this point in the history
  7. formatting

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    41b64c9 View commit details
    Browse the repository at this point in the history
  8. fix lint issue

    dharanad committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    66c5b8a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. remove XorDistinct

    dharanad committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e453f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f3c80 View commit details
    Browse the repository at this point in the history
  3. linting

    dharanad committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    356c557 View commit details
    Browse the repository at this point in the history
  4. support groups accumulator

    dharanad committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7829982 View commit details
    Browse the repository at this point in the history