Module datafusion_physical_expr::aggregate::build_in
source · [−]Expand description
Declaration of built-in (aggregate) functions. This module contains built-in aggregates’ enumeration and metadata.
Generally, an aggregate has:
Enums
Enum of all built-in aggregate functions
Functions
Create a physical aggregation expression.
This function errors when
input_phy_exprs
’ can’t be coerced to a valid argument type of the aggregation function.