is_aggregate_function

Function is_aggregate_function 

Source
pub fn is_aggregate_function(name: &str) -> bool
Expand description

Check if a function name is an aggregate function. Uses the function registry to determine this.