pub fn is_aggregate_function(name: &str) -> bool
Check if a function name is an aggregate function. Uses the function registry to determine this.