-
Notifications
You must be signed in to change notification settings - Fork 612
Extend support for INDEX parsing #1707
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
da57618
Added first tentative tests
LucaCappelletti94 49e001e
Added support and test to handle operator classes for indices
LucaCappelletti94 5bb6cb3
Removed
LucaCappelletti94 30c20f8
Formatted code
LucaCappelletti94 47ea5d4
Resolved issues regarding serde derive
LucaCappelletti94 c30853d
Restored the derive for the `Copy` trait
LucaCappelletti94 2f95334
Merge branch 'main' into gin_trgm_ops
LucaCappelletti94 8e8608c
Update src/ast/spans.rs
LucaCappelletti94 7bcd499
Removed operator classes and replaced it with a simpler Ident
LucaCappelletti94 1709649
Replaced custom index object name with simpler "identifier"
LucaCappelletti94 9ef6db7
Merge branch 'main' into gin_trgm_ops
LucaCappelletti94 1049bc0
Fixed errors relative to improper GitHub merge
LucaCappelletti94 db5c9e7
Fixe clippy code smell
LucaCappelletti94 8d08bd5
Removed #[cfg_attr(feature = "std", derive(Debug))]
LucaCappelletti94 bcdde9b
Updtaed the `parse_create_index_expr` index description
LucaCappelletti94 be9ec88
Added multi-column test
LucaCappelletti94 71d5bf1
Update src/parser/mod.rs
LucaCappelletti94 c8e906c
Update src/parser/mod.rs
LucaCappelletti94 6aba425
Update src/parser/mod.rs
LucaCappelletti94 57e5c14
Update src/parser/mod.rs
LucaCappelletti94 e941cb0
Update src/parser/mod.rs
LucaCappelletti94 653dba0
Update src/parser/mod.rs
LucaCappelletti94 fd659ff
Replaced bool const for parameter as per issue request
LucaCappelletti94 f11a614
Extended operator class tests and added test for bloom index syntax
LucaCappelletti94 7651771
Added a test for the BRIN index type
LucaCappelletti94 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
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.