Skip to content
Snippets Groups Projects
Commit 780f6060 authored by Jacek Laskowski's avatar Jacek Laskowski Committed by Reynold Xin
Browse files

[SQL][MINOR] Fix scaladoc for UDFRegistration


## What changes were proposed in this pull request?

Fix scaladoc for UDFRegistration

## How was this patch tested?

local build

Author: Jacek Laskowski <jacek@japila.pl>

Closes #17337 from jaceklaskowski/udfregistration-scaladoc.

(cherry picked from commit 6326d406)
Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
parent 5fb70831
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,11 @@ import org.apache.spark.sql.types.{DataType, DataTypes}
import org.apache.spark.util.Utils
/**
* Functions for registering user-defined functions. Use `SQLContext.udf` to access this.
* Functions for registering user-defined functions. Use `SparkSession.udf` to access this:
*
* {{{
* spark.udf
* }}}
*
* @note The user-defined functions must be deterministic.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment