You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Malthe Borch (Jira)" <ji...@apache.org> on 2021/02/04 13:06:00 UTC

[jira] [Created] (SPARK-34358) Add API for all built-in expresssion functions

Malthe Borch created SPARK-34358:
------------------------------------

             Summary: Add API for all built-in expresssion functions
                 Key: SPARK-34358
                 URL: https://issues.apache.org/jira/browse/SPARK-34358
             Project: Spark
          Issue Type: Improvement
          Components: Java API, PySpark
    Affects Versions: 3.0.1
            Reporter: Malthe Borch


From the [SQL functions|https://spark.apache.org/docs/latest/api/java/org/apache/spark/sql/functions.html] documentation:

{quote}Commonly used functions available for DataFrame operations. Using functions defined here provides a little bit more compile-time safety to make sure the function exists. {quote}

Functions such as "inline_outer" are actually commonly used, but are not currently included in the API, meaning that we lose compile-time safety for those invocations. We should implement the required function definitions for the remaining built-in functions when applicable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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