snowflake.snowpark.Session.udaf¶
- property Session.udaf: UDAFRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.22.1/src/snowflake/snowpark/session.py#L3173-L3179)¶
Returns a
udaf.UDAFRegistration
object that you can use to register UDAFs. See details of how to use this object inudaf.UDAFRegistration
.