AST Visitor Utilities
This module exports walker and transformer functions for traversing and manipulating SQL AST nodes.
Remove all nodes matching a predicate Note: This can only remove nodes that are in arrays (like expressions in SELECT) Removing required nodes will leave them unchanged
AST Visitor Utilities
This module exports walker and transformer functions for traversing and manipulating SQL AST nodes.