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