Skip to main content

collect_source_tables

Function collect_source_tables 

Source
pub fn collect_source_tables(stmt: &Statement) -> Vec<String>
Expand description

Walk a Statement and collect every distinct table name referenced by its FROM clauses (including JOIN tables and subquery FROMs). Used by PreparedPlan::source_tables for v6.3.1 selective invalidation.