We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a9086 commit 43bb9a9Copy full SHA for 43bb9a9
1 file changed
sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala
@@ -81,7 +81,7 @@ class UDFRegistration private[sql] (functionRegistry: FunctionRegistry) extends
81
/**
82
* Registers a user-defined function (UDF), for a UDF that's already defined using the Dataset
83
* API (i.e. of type UserDefinedFunction). To change a UDF to nondeterministic, call the API
84
- * [[UserDefinedFunction.asNondeterministic()]].
+ * `UserDefinedFunction.asNondeterministic()`.
85
*
86
* Example:
87
* {{{
0 commit comments