MCPcopy Create free account
hub / github.com/apache/datafusion / resolved_lambda_var

Function resolved_lambda_var

datafusion/expr/src/higher_order_function.rs:1678–1683  ·  view source on GitHub ↗
(name: &str, dt: DataType, nullable: bool)

Source from the content-addressed store, hash-verified

1676 }
1677
1678 fn resolved_lambda_var(name: &str, dt: DataType, nullable: bool) -> Expr {
1679 Expr::LambdaVariable(LambdaVariable::new(
1680 name.into(),
1681 Some(Arc::new(Field::new(name, dt, nullable))),
1682 ))
1683 }
1684}

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
LambdaVariableClass · 0.70
intoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…