User-Defined Aggregate Functions¶
User-defined aggregate functions (UDAFs) in Snowpark. Refer to UDAFRegistration for details and sample code.
Classes
  | 
Encapsulates a user defined aggregate function that is returned by   | 
  | 
Provides methods to register lambdas and functions as UDAFs in the Snowflake database.  | 
Methods
  | 
Returns a   | 
  | 
Registers a Python function as a Snowflake Python UDAF and returns the UDAF.  | 
  | 
Registers a Python class as a Snowflake Python UDAF from a Python or zip file, and returns the UDAF.  | 
Attributes
The Python class or a tuple containing the Python file path and the function name.  | 
|
The UDAF name.  |