Skip to main content

extract_tables_from_table_with_joins

Function extract_tables_from_table_with_joins 

Source
fn extract_tables_from_table_with_joins(
    table_with_joins: &TableWithJoins,
    names: &mut HashSet<ObjectName>,
)
Expand description

Helper function for extract_tables_from_query.

Handle [TableWithJoins].