snowflake.snowpark.Session.udf¶
- property Session.udf: UDFRegistration[source]¶
Returns a
udf.UDFRegistration
object that you can use to register UDFs. See details of how to use this object inudf.UDFRegistration
.
Returns a udf.UDFRegistration
object that you can use to register UDFs.
See details of how to use this object in udf.UDFRegistration
.