-
Notifications
You must be signed in to change notification settings - Fork 65
FILTER keyword for latest anchor queries #146
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
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7310bd4
Add three new triples to the ?test graph of "planner_test.go" (to bet…
rogerlucena 69adc4c
Add tests for FILTER with latest anchor (in "planner_test.go")
rogerlucena bbd9a9e
Add tests for FILTER with latest anchor (in "grammar_test.go")
rogerlucena fec2c13
Add tests for FILTER with latest anchor (in "lexer_test.go")
rogerlucena b935f40
Add token type "ItemFilter" to the lexer
rogerlucena 613fa9b
Add token type "ItemFilterFunction" to the lexer
rogerlucena 614b73b
Add support for FILTER clauses in the grammar
rogerlucena 6b83a4d
Add support for FILTER clauses in the lexer
rogerlucena 1c226b5
Add "filters" to the "Statement" type
rogerlucena 66cf463
Add "filters" to the "queryPlan" type
rogerlucena d94ceb9
Add "workingFilter" to the "Statement" type
rogerlucena 605c18f
Create FILTER clause hook
rogerlucena fb0521e
Add String method to FilterClause
rogerlucena c6160ec
Update String method of queryPlan to show filters as well
rogerlucena 17f9234
Add FilterOptions to LookupOptions in "storage.go"
rogerlucena cf74253
Add support for FILTER clauses in the planner
rogerlucena 19403c1
Make the volatile driver consume lo.FilterOptions (focusing on latest…
rogerlucena fac42d2
Update String method of LookupOptions to show FilterOptions as well
rogerlucena 707abdc
Add tests for FILTER clauses in the semantic.Statement level (in "sem…
rogerlucena 74b082b
Add tests for WhereFilterClauseHook (in "hooks_test.go")
rogerlucena dd1a749
Minor renaming inside "memory_test.go" to avoid confusion
rogerlucena ed97713
Fix problem with partial predicate UUIDs in the volatile driver and m…
rogerlucena f1d7525
Add tests for the FILTER execution in the volatile driver (in "memory…
rogerlucena 3529758
Allow user to specify for which bindings in the clause each filter ca…
rogerlucena 54d5ead
Use a closure to make planner more performant (especially with the ad…
rogerlucena aef0002
Use an "enum" instead of a "string" for filter operations (less error…
rogerlucena 338dff6
Update "memory.go" and "memory_test.go" since filter operations are "…
rogerlucena 8037781
Update "hooks_test.go" and "semantic_test.go" since filter operations…
rogerlucena 0ad7f00
Move "storage.FilteringOptions" to "filter.go" as "filter.StorageOpti…
rogerlucena 9eb2f86
Add a String method for filter.StorageOptions
rogerlucena a241406
Use an "enum" instead of a "string" for filter fields (less error-pro…
rogerlucena 3b7b182
Update "memory.go" and "memory_test.go" since filter fields are "enum…
rogerlucena daad7ab
Add an "isEmpty" method for "filter.Operation"
rogerlucena 3c5c9ff
Update comments for "semantic.FilterClause" and "filter.StorageOptions"
rogerlucena 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.