You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2017/03/09 15:57:38 UTC

[jira] [Commented] (SPARK-19884) Add the ability to get all registered functions from a SparkSession

    [ https://issues.apache.org/jira/browse/SPARK-19884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903257#comment-15903257 ] 

Herman van Hovell commented on SPARK-19884:
-------------------------------------------

You can use the catalog for that by calling {{spark.catalog.listFunctions().show()}}, or you can use sql and issue the {{show functions}} command.

> Add the ability to get all registered functions from a SparkSession
> -------------------------------------------------------------------
>
>                 Key: SPARK-19884
>                 URL: https://issues.apache.org/jira/browse/SPARK-19884
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Yael Aharon
>
> It would be very useful to get the list of functions that are registered with a SparkSession. Built-in and otherwise.
> This would be useful e.g. for auto-completion support in editors built around Spark SQL.
> thanks!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org