Package com.snowflake.snowpark_java.udtf
Interface JavaUDTF5<A0,A1,A2,A3,A4>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<Row>process(A0 arg0, A1 arg1, A2 arg2, A3 arg3, A4 arg4)-
Methods inherited from interface com.snowflake.snowpark_java.udtf.JavaUDTF
endPartition, inputSchema, outputSchema
-
-