jcsherin commented on code in PR #13393: URL: https://github.com/apache/datafusion/pull/13393#discussion_r1841834790
########## datafusion/expr/src/expr.rs: ########## @@ -697,13 +694,13 @@ impl AggregateFunction { } } -/// WindowFunction +/// A function used as a SQL window function +/// +/// In SQL, you can use: +/// - Actual window functions ([`WindowUDF`]) +/// - Noraml aggregate functions ([`AggregateUDF`]) Review Comment: typo here: "Normal" -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org