-
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
New functions for working with arrays #6119
Labels
enhancement
New feature or request
Comments
Closed
Hello, @mustafaakin! |
27 tasks
This was referenced Jun 6, 2023
Closed
@alamb Isn't there still some functions/operators that need to be finished (or issued created)? |
izveigor
changed the title
New functions and operations for working with arrays
New functions for working with arrays
Jun 8, 2023
1 task
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?
Arrow-DataFusion can support creating an array of a certain data type (
make_array
), but there are no functions to work with them.In my opinion, the documentation of the database PostgreSQL can serve as a reference for working on arrays.
Array functions:
Describe the solution you'd like
Series of PR, active discussion of features.
Describe alternatives you've considered
The significance of some features can be disproven as a result of conversations.
Additional context
Sources:
The array documentation: PostgreSQL
#6073
#6075
The text was updated successfully, but these errors were encountered: