Module udaf

Source
Expand description

Udaf module contains functions and structs supporting user-defined aggregate functions.

Modified from DataFusion.

Structsยง

AggregateFunction
Logical representation of a user-defined aggregate function (UDAF) A UDAF is different from a UDF in that it is stateful across batches.
DfUdafAdapter ๐Ÿ”’

Functionsยง

to_df_accumulator_func ๐Ÿ”’