Open
Description
Is your feature request related to a problem or challenge?
for example, in duckdb. we can run
select max(t) from (select {"a":1,"b":2} as t);
currently, datafusion doesn't support it.
Describe the solution you'd like
add struct support in functions-aggregate/src/min_max.rs
Describe alternatives you've considered
No response
Additional context
No response