huaxingao commented on a change in pull request #28290:
URL: https://github.com/apache/spark/pull/28290#discussion_r413554055
##########
File path: docs/sql-getting-started.md
##########
@@ -347,7 +347,8 @@ For example:
</div>
## Scalar Functions
-(to be filled soon)
+
+Scalar functions are functions that return a single value per row, as opposed
to aggregation functions, which return a value for a group of rows. Spark SQL
supports a variety of built-in scalar functions such as [Array
Functions](sql-ref-functions-builtin.html#array-functions), [Map
Functions](sql-ref-functions-builtin.html#map-functions), [Date and Timestamp
Functions](sql-ref-functions-builtin.html#date-and-timestamp-functions), etc.
It also supports [User Defined Scalar
Functions](sql-ref-functions-udf-scalar.html).
Review comment:
OK... Seems Window functions still should be put in the Scalar function
category. I will double check tomorrow.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]