-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem the feature request solves?
The last support for struct and array extraction is the GetArrayStructFields expression, which is an optimization to select a nested struct field inside an array of structs, which turns into an array of the inner field type.
Describe the potential solution
Create a custom physical expression to support this. Datafusion doesn't currently support this, but it can be implemented very efficiently with the way arrow lists and structs are setup.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request