pub fn get_identifiers(expr: &Expression) -> Vec<&Expression>Expand description
Collect all identifier references in the expression tree.
pub fn get_identifiers(expr: &Expression) -> Vec<&Expression>Collect all identifier references in the expression tree.