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

SQL correctness fixes and other simplification #91

Merged
merged 28 commits into from
Mar 6, 2021
Merged

Conversation

srsuryadev
Copy link
Contributor

Summary

  • Handled 0/1 optimization in the SQLite3 records to hustle storage.
  • BETWEEN operators handled as <= and >= operators
  • Lazy Table class simplification and additional assertion
  • Resolver fix to support additional aggregation operator in the query (e.g COUNT, AVG, ..)
  • Functionality to support callback fn in returning the result.

Important changes are in files: storage/block.cc, storage/cmemlog.c, resolver/cresolver.c, operators/utils/lazy_table.cc

NOTE: Thought of creating another pull request for the continued contribution of end-to-end SQL tests. (Since this PR is already large). I will create it once it is merged, to avoid redundant commit history (since these commits will be squashed on merging)

@srsuryadev srsuryadev linked an issue Mar 6, 2021 that may be closed by this pull request
4 tasks
@srsuryadev srsuryadev merged commit f8e779d into master Mar 6, 2021
@srsuryadev srsuryadev deleted the ssb-validation-2 branch March 6, 2021 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQL Issues
2 participants