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 Sort Operator for Window Functions #13619

Merged
merged 10 commits into from
Jan 6, 2023
Merged

Commits on Jan 4, 2023

  1. Addition of NaiveSortMaker and Default impl

    Add the NaiveSortMaker which makes a sorter
    object and a default implementation of the
    interface.
    imply-cheddar committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2f839c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd41d2 View commit details
    Browse the repository at this point in the history
  3. Update Javadoc

    imply-cheddar committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4550f89 View commit details
    Browse the repository at this point in the history
  4. Remove TODO

    imply-cheddar committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4c4cbbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ff1fa1 View commit details
    Browse the repository at this point in the history
  6. Code QL

    imply-cheddar committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4e85d6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d420344 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e4139bf View commit details
    Browse the repository at this point in the history
  2. Use the methods!

    imply-cheddar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    72caf3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc67cee View commit details
    Browse the repository at this point in the history