Expand description
Module containing traits to be implemented by a user
A basic UDF just needs to implement BasicUdf
. An aggregate UDF needs to
implement both BasicUdf
and AggregateUdf
.
Structs§
Traits§
- Aggregate
Udf - This trait must be implemented if this function performs aggregation.
- Basic
Udf - This trait specifies the functions needed for a standard (non-aggregate) UDF
- UdfState
- A state of the UDF, representing either
Init
orProcess