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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to