Rename functions-array
to functions-nested
to collect all nested-type functions
#11598
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
Since many implementations of
map
UDF rely onmake_array
, we plan to create another crate to collect all the functions for nested types (e.g., array, struct, or map), as discussed in #11572 (comment) and #11546 (comment).Describe the solution you'd like
Technologically, I plan to rename
functions-array
that includes the array and map functions currently tofunctions-nested
, then movestruct
functions tofunctions-nested
.The
array_expressions
feature will also be renamed tonested-expressions
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: