org.apache.spark.sql.api.java
Interface UDF1<T1,R>

All Superinterfaces:
java.io.Serializable

public interface UDF1<T1,R>
extends java.io.Serializable

A Spark SQL UDF that has 1 arguments.


Method Summary
 R call(T1 t1)
           
 

Method Detail

call

R call(T1 t1)
       throws Exception
Throws:
Exception