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

Move First Value UDAF and builtin first / last function to aggregate-functions #9960

Merged
merged 40 commits into from
Apr 7, 2024

Commits on Apr 3, 2024

  1. backup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0eaf289 View commit details
    Browse the repository at this point in the history
  2. move PhysicalExpr

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    450ae4b View commit details
    Browse the repository at this point in the history
  4. move physical sort

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    835f147 View commit details
    Browse the repository at this point in the history
  6. add readme

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c5d80c8 View commit details
    Browse the repository at this point in the history
  7. disable doc test

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7851de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. move column

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7bfc074 View commit details
    Browse the repository at this point in the history
  3. move aggregatexp

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    675d2fe View commit details
    Browse the repository at this point in the history
  4. move other two utils

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    113a000 View commit details
    Browse the repository at this point in the history
  6. switch to ignore

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fea87e3 View commit details
    Browse the repository at this point in the history
  7. move reverse order

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    06d87bc View commit details
    Browse the repository at this point in the history
  8. rename to common

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    26e5782 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    26f852c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bf4a1 View commit details
    Browse the repository at this point in the history
  3. backup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2bc58c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae9db96 View commit details
    Browse the repository at this point in the history
  5. move acc to first value

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    30d5576 View commit details
    Browse the repository at this point in the history
  6. move builtin expr too

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    672edc7 View commit details
    Browse the repository at this point in the history
  7. use macro

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    109b790 View commit details
    Browse the repository at this point in the history
  8. fmt

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    87d589f View commit details
    Browse the repository at this point in the history
  9. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    398e4e2 View commit details
    Browse the repository at this point in the history
  10. add todo

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    04c7f5e View commit details
    Browse the repository at this point in the history
  11. rm comments

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    01a1ddf View commit details
    Browse the repository at this point in the history
  12. rm unused

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4871414 View commit details
    Browse the repository at this point in the history
  13. rm unused code

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1ef212b View commit details
    Browse the repository at this point in the history
  14. change to private

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b6d53a5 View commit details
    Browse the repository at this point in the history
  15. fix lock

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

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ece925f View commit details
    Browse the repository at this point in the history
  18. support roundtrip

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

Commits on Apr 6, 2024

  1. remmove old format state

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    41a830a View commit details
    Browse the repository at this point in the history
  2. move aggregate related things to aggr crate

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d235d2a View commit details
    Browse the repository at this point in the history
  3. move back to common

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    51cd272 View commit details
    Browse the repository at this point in the history
  4. taplo

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    38b2ce7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. rm comment

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ea4adde View commit details
    Browse the repository at this point in the history
  3. lock

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    39c5d15 View commit details
    Browse the repository at this point in the history