-
Notifications
You must be signed in to change notification settings - Fork 598
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
Tracking: array functions & operators #7117
Comments
cc. @xiangjinwu is also working on struct & array recently |
Hi @kamalesh0406, sure, thank you! Feel free to work on the ones that you are interested in. Please be cautious about (see also #3811)
|
Sure :), I will start with |
I am working on adding |
Hi all, may I take |
Sure, thanks for your interests! |
Hi, I'd like to take |
https://www.postgresql.org/docs/current/functions-array.html
A significant difference between PostgreSQL array and RisingWave array/list is that the former requires multi-dimensional ones to be rectangular (like in C), while the latter allows jagged ones (like vector or list). See #3811 (comment)
proto ExprType 531..=559
Array Access
Array Dimensions
Array consumption
@>
,<@
#13180&&
Array Construction and Mutation
array_cat
,array_prepend
,array_append
,||
array_replace
for more element types #10168ScalarArrayOp
ANY/ALL/SOME(array)
operator to supportget_indexes
in sqlalchemy #6717Aggregation
Set Returning Function
generate_subscripts
#11575The text was updated successfully, but these errors were encountered: