-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Implementing array_slice and [] for BLOB #14358
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
Conversation
Not entirely happy with the looks of passing the types into all those functions but hard to avoid with templating IMHO |
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.
Cool! - I left a few comments.
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.
Thanks for the PR! Looks good - one suggestion:
Thanks so much @taniabogatsch and @Mytherin |
@pdet have you seen that test failure before? |
The CI failure should already have been fixed in #14380. Thanks! |
This now works:
SELECT array_slice(blob '\x00\x01\x02\x03\x04\x05', 2, 4)