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