Skip to main content

expr_contains_parameter

Function expr_contains_parameter 

Source
pub fn expr_contains_parameter(expr: &Expr) -> bool
Expand description

Recursively check whether expr contains any Expr::Parameter node. Used by the INSERT parser to know when to defer literal folding to the user_params binder.