Package com.snowflake.snowpark_java.udtf
Interface JavaUDTF1<A0>
-
- All Superinterfaces:
JavaUDTF
,Serializable
public interface JavaUDTF1<A0> extends JavaUDTF
A Java UDTF interface that has 1 argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Row>
process(A0 arg0)
-
Methods inherited from interface com.snowflake.snowpark_java.udtf.JavaUDTF
endPartition, inputSchema, outputSchema
-
-