Amit Baghel created SPARK-19285:
-----------------------------------

             Summary: Java - Provide user-defined function of 0 arguments (UDF0)
                 Key: SPARK-19285
                 URL: https://issues.apache.org/jira/browse/SPARK-19285
             Project: Spark
          Issue Type: Improvement
          Components: Java API
            Reporter: Amit Baghel
            Priority: Minor


I need to implement zero argument UDF but Spark java api doesn't provide UDF0. 

https://github.com/apache/spark/tree/master/sql/core/src/main/java/org/apache/spark/sql/api/java

For workaround I am creating UDF1 with one argument and not using this argument.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to