Changes between Initial Version and Version 1 of Ticket #34262, comment 18
- Timestamp:
- Mar 15, 2025, 3:45:39 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #34262, comment 18
initial v1 3 3 > Question: Is this a good approach? Or should AnyValue() implement over clause? 4 4 5 Given SQLite doesn't support it and the `FirstValue` window-compatible function I think it might be better to set `window_compatible = False` on itfor now and revisit in the future if truly needed.5 Given SQLite doesn't support it and the `FirstValue` window-compatible function can be used instead I think it might be better to set `AnyValue.window_compatible = False` for now and revisit in the future if truly needed. 6 6 7 7 > The filter clause is leveraging the existing filter implementation for expressions. For MySQL, this means it creates CASE() instead of FILTER().