Uses of Class
com.snowflake.snowpark_java.UDTFRegistration
-
Packages that use UDTFRegistration Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of UDTFRegistration in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return UDTFRegistration Modifier and Type Method Description UDTFRegistration
Session. udtf()
Returns a UDTFRegistration object that you can use to register UDTFs.
-