comphead commented on code in PR #12295:
URL: https://github.com/apache/datafusion/pull/12295#discussion_r1744003521


##########
docs/source/user-guide/sql/aggregate_functions.md:
##########
@@ -527,6 +528,19 @@ regr_sxy(expression_y, expression_x)
 - **expression_x**: Independent variable.
   Can be a constant, column, or function, and any combination of arithmetic 
operators.
 
+### `skewness`
+
+Computes the skewness value.
+
+```
+skewness(expression)
+```
+
+#### Arguments

Review Comment:
   I just realized we dont have any examples in `aggregate_functions.ms` 



-- 
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]

Reply via email to