pub fn lambda_var(name: impl Into<String>) -> ExprExpand description
Create an unresolved lambda variable expression
The expression tree or LogicalPlan which
owns this variable must be resolved before usage with either
Expr::resolve_lambda_variables or LogicalPlan::resolve_lambda_variables.