You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Propagate orderings through struct-producing projections (#21218)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes#123` indicates that this PR will close issue #123.
-->
- Closes#21217
## What changes are included in this PR?
<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->
- Adds `ScalarUDFImpl::struct_field_mapping`
- Adds logic in `ProjectionMapping` to decompose struct-producing
functions into their field-level mapping entries so that orderings
propagate through struct projections
- Adds unit tests/SLT
## Are these changes tested?
Yes.
## Are there any user-facing changes?
N/A
---------
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
0 commit comments