Skip to main content

extract_tables_from_statement

Function extract_tables_from_statement 

Source
fn extract_tables_from_statement(
    stmt: &Statement,
    names: &mut HashSet<ObjectName>,
) -> bool