pub fn build_scope(expression: &Expression) -> ScopeExpand description
Build scope tree from an expression
This traverses the expression tree and builds a hierarchy of Scope objects that track sources and column references at each level.
pub fn build_scope(expression: &Expression) -> ScopeBuild scope tree from an expression
This traverses the expression tree and builds a hierarchy of Scope objects that track sources and column references at each level.