Jefffrey commented on issue #8185:
URL: https://github.com/apache/datafusion/issues/8185#issuecomment-3310789742

   - [ ] [`array_has`, `array_has_all`, 
`array_has_any`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/array_has.rs)
   - [x] 
[`cardinality`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/cardinality.rs)
 supports LargeList & FixedSizeList with accompanying SLT tests
   - [ ] [`array_prepend`, `array_append`, 
`array_concat`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/concat.rs)
 support LargeList & FixedSizeList
     - TODO: add some SLT tests for concat
   - [x] [`array_dims`, 
`array_ndims`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/dimension.rs)
 support LargeList & FixedSizeList with accompanying SLT tests
   - [x] 
[`array_distance`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/distance.rs)
 supports LargeList & FixedSizeList with accompanying SLT tests
   - [x] 
[`array_empty`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/empty.rs)
 supports LargeList & FixedSizeList with accompanying SLT tests
   - [ ] 
[`array_except`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/except.rs)
   - [ ] [`array_element`, `array_pop_front`, `array_pop_back`, 
`array_any_value`, 
`array_slice`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/extract.rs)
   - [ ] 
[`flatten`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/flatten.rs)
   - [ ] 
[`array_length`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/length.rs)
   - [ ] [`array_min`, 
`array_max`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/min_max.rs)
   - [ ] [`array_position`, 
`array_positions`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/position.rs)
   - [ ] [`array_remove`, `array_remove_n`, 
`array_remove_all`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/remove.rs)
   - [ ] [`array_replace`, `array_replace_n`, 
`array_replace_all`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/replace.rs)
   - [ ] 
[`array_resize`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/resize.rs)
   - [ ] 
[`array_reverse`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/reverse.rs)
   - [ ] [`array_union`, `array_intersect`, 
`array_distinct`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/set_ops.rs)
   - [ ] 
[`array_sort`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/sort.rs)
 - See #17657
   - [ ] 
[`array_to_string`](https://github.com/apache/datafusion/blob/d587b8d3b7a0c0e943055de7576a06c45a383388/datafusion/functions-nested/src/string.rs)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to