Skip to main content

get_tables

Function get_tables 

Source
pub fn get_tables(expr: &Expression) -> Vec<&Expression>
Expand description

Collects all table references (Expression::Table) from the expression tree.

Performs a depth-first search and returns references to every table node found.