Module datafusion_expr::function
source · [−]Expand description
Function module contains typing and signature for built-in and user defined functions.
Functions
Returns the datatype of the scalar function
the signatures supported by the function fun
.
Type Definitions
the implementation of an aggregate function
A function’s return type
Scalar function
This signature corresponds to which types an aggregator serializes its state, given its return datatype.