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].
fn extract_tables_from_table_with_joins(
table_with_joins: &TableWithJoins,
names: &mut HashSet<ObjectName>,
)Helper function for extract_tables_from_query.
Handle [TableWithJoins].