Package com.snowflake.snowpark_java.udtf
Interface JavaUDTF4<A0,A1,A2,A3>
-
- All Superinterfaces:
JavaUDTF
,Serializable
public interface JavaUDTF4<A0,A1,A2,A3> extends JavaUDTF
A Java UDTF interface that has 4 arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Row>
process(A0 arg0, A1 arg1, A2 arg2, A3 arg3)
-
Methods inherited from interface com.snowflake.snowpark_java.udtf.JavaUDTF
endPartition, inputSchema, outputSchema
-
-