Skip to main content

lambda_var

Function lambda_var 

Source
pub fn lambda_var(name: impl Into<String>) -> Expr
Expand 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.