[FEA] Support min/max aggregation/reduction for arrays of structs and arrays of strings #4929
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
This is in reference to #4900 specifically the part
and
Describe the solution you'd like
We would like to support at least
min
aggregations on arrays of structs with basic fields.max
would be great to support too, and even better if we can just solve ordering for arrays in the general case. Similarly we would like to do the same for arrays of strings.Describe alternatives you've considered
In this particular case we could hack something together, but we should not do that.
The text was updated successfully, but these errors were encountered: