SamWheating opened a new issue, #18872: URL: https://github.com/apache/druid/issues/18872
### Description Window functions have been GA in druid since October 2024, but the [current documentation](https://druid.apache.org/docs/latest/querying/sql-window-functions) only covers druid SQL. It would be great to extend the documentation to cover the `windowOperator` query type in native queries. ### Motivation The native query syntax is much friendly for programatically generating queries, we'd like to use window functions but the lack of documentations means we need to figure out the syntax by `EXPLAIN`'ing queries or reading the druid source. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
