HyukjinKwon commented on a change in pull request #32587:
URL: https://github.com/apache/spark/pull/32587#discussion_r636750378
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionDescription.java
##########
@@ -42,14 +42,17 @@
* `group()` describes the category that the expression belongs to. The valid
value is
* "agg_funcs", "array_funcs", "datetime_funcs", "json_funcs", "map_funcs" and
"window_funcs".
*
+ * `functionType()` describe the type of the function. The valid value is
"built-in", "hive",
+ * "python_udf", "scala_udf", "java_udf".
Review comment:
I think function type is fine. I see some refs e.g.)
https://www.dotnettricks.com/learn/sqlserver/different-types-of-sql-server-functions
or
https://www.janbasktraining.com/blog/different-types-sql-server-sql-database-functions/
--
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]