pub fn is_correlated(
subquery: &Expression,
outer_tables: &HashSet<String>,
) -> boolExpand description
Check if a subquery is correlated (references outer query tables)
pub fn is_correlated(
subquery: &Expression,
outer_tables: &HashSet<String>,
) -> boolCheck if a subquery is correlated (references outer query tables)