Skip to main content

expr_tree_has_subquery

Function expr_tree_has_subquery 

Source
pub fn expr_tree_has_subquery(stmt: &SelectStatement) -> bool
Expand 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).