You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by yael aharon <ya...@gmail.com> on 2017/03/08 22:42:20 UTC

Getting the methods registered with a SparkSession

Hello,
Is there a way to get a list of the methods registered with a SparkSession?
Using the Java API, I am looking for a way to get both the registered UDFs
and the built-in functions.
thanks, Yael