Package com.snowflake.snowpark_java.udtf
Interface JavaUDTF0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<Row>process()-
Methods inherited from interface com.snowflake.snowpark_java.udtf.JavaUDTF
endPartition, inputSchema, outputSchema
-
-
-
-
Method Detail
-
process
java.util.stream.Stream<Row> process()
-
-