pub fn is_function(expr: &Expression) -> bool
Returns true if expr is a function call (regular or aggregate).
true
expr