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(udf): POC faster min max accumulator #12677

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. feat: wip: working on it

    devanbenz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    571013d View commit details
    Browse the repository at this point in the history
  2. feat: working on it

    devanbenz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f7634e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d522fa View commit details
    Browse the repository at this point in the history
  2. feat: revert some changes

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bd9ea7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe64903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbdf867 View commit details
    Browse the repository at this point in the history
  5. feat: rename file

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0a93803 View commit details
    Browse the repository at this point in the history
  6. chore: add license header

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4819521 View commit details
    Browse the repository at this point in the history
  7. feat: clippy + fmt + check

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6f048fd View commit details
    Browse the repository at this point in the history
  8. chore: fmt

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1cefad5 View commit details
    Browse the repository at this point in the history
  9. feat: fix max accum

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a60d599 View commit details
    Browse the repository at this point in the history
  10. chore: fix emit_to calls

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    268aa91 View commit details
    Browse the repository at this point in the history
  11. fix: rm not needed import

    devanbenz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    77b980f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    660eaa4 View commit details
    Browse the repository at this point in the history
  2. feat: rename to string_op

    devanbenz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7205cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a52cefe View commit details
    Browse the repository at this point in the history
  4. fix: fmt

    devanbenz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a0a1572 View commit details
    Browse the repository at this point in the history