-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add array expressions #6075
Labels
enhancement
New feature or request
Comments
14 tasks
@izveigor can you also add AnyOp design for checking if an item is in the array? Example: 'select * from my_table where 'text'=ANY(my_col);' |
27 tasks
This was referenced Jun 6, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge?
Hello,
I have an array data type and i would like to be able to run the following functions.
Describe the solution you'd like
array_length(col)
array_contains(col, T)
AND/OR
select * from my_table where 'text'=ANY(my_col);array_unnest()
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: