pub fn extract_tables_from_query(
query: &Query,
) -> impl Iterator<Item = ObjectName>
Expand description
Walk through a [Query] and extract all the tables referenced in it.
pub fn extract_tables_from_query(
query: &Query,
) -> impl Iterator<Item = ObjectName>
Walk through a [Query] and extract all the tables referenced in it.