pub fn get_functions(expr: &Expression) -> Vec<&Expression>Expand description
Collect all function call nodes in the expression tree.
pub fn get_functions(expr: &Expression) -> Vec<&Expression>Collect all function call nodes in the expression tree.