-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sorted dict #14
base: main
Are you sure you want to change the base?
Sorted dict #14
Conversation
Details that came up during implementation:
|
Have ported query FJ Codegen and runtime should work everywhere, just need to generate all the other queries in SDQL. |
@amirsh this PR is now ready to merge, subject to your approval:
|
Support for sorting and hybrid queries (i.e. using
SortedDict
andRange
). Includes all queries ported over to SDQL.