Interface UDF1<T1,R>

All Superinterfaces:
Serializable

@Stable public interface UDF1<T1,R> extends Serializable
A Spark SQL UDF that has 1 arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(T1 t1)