Skip to content

min/max aggregation function for struct #15666

Open
@chenkovsky

Description

@chenkovsky

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions