izveigor opened a new issue, #6980: URL: https://github.com/apache/arrow-datafusion/issues/6980
### Is your feature request related to a problem or challenge? It was decided that further development of array functions will be carried out according to the following concept: https://github.com/apache/arrow-datafusion/discussions/6855. According to the concept, any changes may be subject to rational criticism, so some aspects may change. It should be noted that this list is incomplete and will be updated in the future. The ticket contains many tickets. Each ticket is divided into respective categories: # List of features A complete list of features, the implementation of which is desirable from the point of view of this concept 🎯: ## Managing array elements: ### Via index: - [ ] `array_element` https://github.com/apache/arrow-datafusion/issues/6974 - [ ] `array_slice` https://github.com/apache/arrow-datafusion/issues/6975 ## Set language: ### Basic operations on sets: - [ ] `array_intersect` https://github.com/apache/arrow-datafusion/issues/6978 - [ ] `array_except` https://github.com/apache/arrow-datafusion/issues/6979 ### Checking if elements belong: - [ ] `array_has_all` https://github.com/apache/arrow-datafusion/issues/6973 - [ ] `array_has_any` https://github.com/apache/arrow-datafusion/issues/6976 - [ ] `array_has` https://github.com/apache/arrow-datafusion/issues/6977 ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
