You are viewing documentation about an older version (1.35.0). View latest version

snowflake.snowpark.Session.udaf

property Session.udaf: UDAFRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.35.0/src/snowflake/snowpark/session.py#L4083-L4089)

Returns a udaf.UDAFRegistration object that you can use to register UDAFs. See details of how to use this object in udaf.UDAFRegistration.