Expand description
Visitor pattern for AST traversal and lineage analysis.
This module provides a visitor-based approach to traversing SQL AST nodes
and building lineage graphs. It separates traversal logic (the Visitor trait)
from analysis logic (the LineageVisitor implementation).
Traitsยง
- Visitor
- A visitor trait for traversing the SQL AST.