Changes between Initial Version and Version 1 of Ticket #34262, comment 15
- Timestamp:
- Feb 9, 2025, 9:06:22 AM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34262, comment 15
initial v1 1 1 > Should a new ticket be created for adding support for ANY_VALUE()? 2 2 3 I think this that this ticket can be re-purposed for the introduction of `AnyValue(Aggregate)` given that the reported problem here is that MySQL query planer isn't smart enough to transitively infer the presence of members in the `GROUP BY` clause .3 I think this that this ticket can be re-purposed for the introduction of `AnyValue(Aggregate)` given that the reported problem here is that MySQL query planer isn't smart enough to transitively infer the presence of members in the `GROUP BY` clause and that explicit usage of `ANY_VALUE` solves that. 4 4 5 5 > For MySQL, since ANY_VALUE() is not an aggregate function, would it be implemented as an Aggregate or Func or a different expression type?