alamb commented on code in PR #13137: URL: https://github.com/apache/datafusion/pull/13137#discussion_r1818906388
########## docs/source/user-guide/sql/window_functions.md: ########## @@ -148,28 +148,10 @@ All [aggregate functions](aggregate_functions.md) can be used as window function ## Analytical functions -- [cume_dist](#cume_dist) -- [percent_rank](#percent_rank) - [first_value](#first_value) - [last_value](#last_value) - [nth_value](#nth_value) -### `cume_dist` Review Comment: I double checked the functions are documented here: https://datafusion.apache.org/user-guide/sql/window_functions_new.html#cume-dist -- 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]
