-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement array_slice
and array_element
, remove array_trim
#6936
Merged
Merged
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
282278d
feat: reading array elements
izveigor 415be26
feat: array_element, array_slice, struct_extract
izveigor 2f8e992
feat: support for positive and zero numbers for array_element and arr…
izveigor ebff134
feat: support negative numbers for array_element and array_slice
izveigor 11a8d55
feat: add more sql logic tests for array_element and array_slice
izveigor 862a5f4
Merge branch 'main' into index
izveigor 2145b7e
feat: unit tests for get indexed fields
izveigor 1782fed
feat: sqllogictests for index
izveigor ec8cfa5
docs: array_element and array_slice
izveigor 929f169
feat: some TODOS
izveigor fe08230
feat: proto
izveigor 2078d23
Merge branch 'main' into index
izveigor 0fcd411
feat: proto
izveigor 518a733
fix: tests
izveigor 7ad25bf
fix: query_nested_get_indexed_field_on_struct
izveigor 8a83f33
fix: some bugs
izveigor c6c7416
Merge branch 'main' into index
izveigor de5b671
fix: typo
izveigor 74c69f2
test: remove test_udaf_returning_struct_subquery
izveigor baef3f9
feat: column support for list with single index
izveigor 4fed361
fix: list index does not support with columns
izveigor b68342d
fix: merge conflicts
izveigor 65dbcc4
fix: proto
izveigor f91fb30
fix: proto test
izveigor 502b2c7
fix: clippy
izveigor c754a29
fix: test_udaf_returning_struct_subquery
izveigor 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
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.
Not sure why only one left.
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.
See the ticket: #7147