Is your feature request related to a problem or challenge?
Support for Min/Max over lists was shipped in the following PR:
It would be nice to also get support for other list-like types, like LargeList
and FixedSizeList
.
Describe the solution you'd like
Implement LargeList
and FixedSizeList
in a similar fashion as normal List
types, see #16025 for reference.
Describe alternatives you've considered
N/A
Additional context
No response