pub fn expr_tree_has_subquery(stmt: &SelectStatement) -> boolExpand description
Quick scan for any subquery-bearing node in a SELECT’s WHERE /
projection / order_by — saves cloning the AST when there are
none (the common case).
pub fn expr_tree_has_subquery(stmt: &SelectStatement) -> boolQuick scan for any subquery-bearing node in a SELECT’s WHERE /
projection / order_by — saves cloning the AST when there are
none (the common case).