-
Notifications
You must be signed in to change notification settings - Fork 263
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
Predicate Pushdown for video table #273
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d1e2485
minor fixes
gaurav274 e7c8425
minor fix
gaurav274 8167c80
minor fix
gaurav274 0154650
merged upstream
gaurav274 24c2c25
feat(binder): add support for select *
xzdandy 0227f7b
style: remove print and comment
xzdandy 20716d8
Merge branch 'master' of github.com:georgia-tech-db/eva
gaurav274 d171598
docs(binder): add docstrings for functions in
xzdandy 6d66454
test(binder): add intergration testcases for select * in nested queries.
xzdandy f954441
test(intergration) fix select star testcases for real video
xzdandy 81201aa
fix(binder): Only support SELECT * when * is alone
xzdandy f3cf780
bug(binder): alais support for join and lateral join?
xzdandy ad6933b
style: minor fix
xzdandy c610d2e
feat(binder): new SELECT * implmentation works with JOIN
xzdandy 14ba7fc
Merge branch 'select-star' of github.com:xzdandy/eva
gaurav274 54f5deb
fix: Binder fix for lateral joins
gaurav274 17c8750
feat: predicate pushdown
gaurav274 b6725e7
feat: predicate pushdown for video table
gaurav274 514c677
merge: master
gaurav274 fa8fd02
Merge branch 'master' of github.com:georgia-tech-db/eva
gaurav274 204594d
Merge branch 'master' into pushdown
gaurav274 c39228e
test: add new test case for expression utils
gaurav274 47494ca
Merge branch 'master' of github.com:georgia-tech-db/eva
gaurav274 973d032
style: run formatter.py
gaurav274 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we input
inf
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inf is just an example. For actual code, we would always know the upper and lower bound. The ultimate goal is to get it from catalog and pass it down the pipeline.