pub fn pattern_variable_names(pattern: &Pattern) -> Vec<String>Expand description
Extract variable names introduced by a CREATE/MERGE pattern.
Walks the pattern tree and collects all node and relationship variable names. Used to compute extended output schemas for CREATE/MERGE operators.