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

arrow-ord: lt and eq for nested list #5408

Closed
wants to merge 10 commits into from

Commits on Feb 19, 2024

  1. first draft

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    119e23d View commit details
    Browse the repository at this point in the history
  2. build_compare for non-nested

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    76d960f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. move out compare list

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1cd6c7c View commit details
    Browse the repository at this point in the history
  2. change to ord

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4dfa79b View commit details
    Browse the repository at this point in the history
  3. remove duplicate node

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ac7e789 View commit details
    Browse the repository at this point in the history
  4. dyn compare

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b86c096 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    934528e View commit details
    Browse the repository at this point in the history
  6. fmt

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f8ba661 View commit details
    Browse the repository at this point in the history
  7. clippy

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    51c2c1e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. dyncompare without null

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    bf93c86 View commit details
    Browse the repository at this point in the history