Interface SupportsUDF5<T1,T2,T3,T4,T5,R>
- All Superinterfaces:
AutoCloseable,Closeable,Formatter,Operator,OperatorPipelineV3,Serializable,org.apache.spark.sql.api.java.UDF5<T1,T2, T3, T4, T5, R>
@DeveloperApi
public interface SupportsUDF5<T1,T2,T3,T4,T5,R>
extends Formatter, org.apache.spark.sql.api.java.UDF5<T1,T2,T3,T4,T5,R>
-
Method Summary
Methods inherited from interface com.atgenomix.seqslab.piper.plugin.api.formatter.Formatter
init, select, withColumnMethods inherited from interface com.atgenomix.seqslab.piper.plugin.api.Operator
getName, getOperatorContextMethods inherited from interface org.apache.spark.sql.api.java.UDF5
call