Changes between Initial Version and Version 1 of Ticket #34262, comment 15


Ignore:
Timestamp:
Feb 9, 2025, 9:06:22 AM (4 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34262, comment 15

    initial v1  
    11> Should a new ticket be created for adding support for ANY_VALUE()?
    22
    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.
     3I 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.
    44
    55> For MySQL, since ANY_VALUE() is not an aggregate function, would it be implemented as an Aggregate or Func or a different expression type?
Back to Top