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

Add a ScalarUDFImpl::simplfy() API, move SimplifyInfo et al to datafusion_expr #9304

Merged
merged 30 commits into from
Mar 5, 2024

Commits on Mar 2, 2024

  1. first draft

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b787dfb View commit details
    Browse the repository at this point in the history
  2. clippy

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7259275 View commit details
    Browse the repository at this point in the history
  3. add comments

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4d98121 View commit details
    Browse the repository at this point in the history
  4. move to optimize rule

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bacc966 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3199bca View commit details
    Browse the repository at this point in the history
  6. fix explain test

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    63648be View commit details
    Browse the repository at this point in the history
  7. move to simplifier

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    83fc9d8 View commit details
    Browse the repository at this point in the history
  8. pass with schema

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c73126a View commit details
    Browse the repository at this point in the history
  9. fix explain

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dd99362 View commit details
    Browse the repository at this point in the history
  10. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0b66ed3 View commit details
    Browse the repository at this point in the history
  11. move to expr

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0798274 View commit details
    Browse the repository at this point in the history
  12. change simplify signature

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5fdf177 View commit details
    Browse the repository at this point in the history
  13. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ab66a19 View commit details
    Browse the repository at this point in the history
  14. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7c7b654 View commit details
    Browse the repository at this point in the history
  15. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cbefb3c View commit details
    Browse the repository at this point in the history
  16. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7718251 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5cdae92 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4886ba5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed6a04b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f6848d8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a8541ff View commit details
    Browse the repository at this point in the history
  22. Improve docs

    alamb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    18f8371 View commit details
    Browse the repository at this point in the history
  23. fix link

    alamb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bfb54a0 View commit details
    Browse the repository at this point in the history
  24. fix doc test

    alamb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    33aa7ff View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    24adcbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cab80b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    550cbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea82cb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Clarify comment

    alamb committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4e9eb70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdec54c View commit details
    Browse the repository at this point in the history