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

Class LambdaVariable

datafusion/expr/src/expr.rs:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517/// [`LogicalPlan::resolve_lambda_variables`]: crate::LogicalPlan::resolve_lambda_variables
518#[derive(Clone, PartialEq, PartialOrd, Eq, Debug, Hash)]
519pub struct LambdaVariable {
520 pub name: String,
521 pub field: Option<FieldRef>,
522 pub spans: Spans,
523}
524
525impl LambdaVariable {
526 /// Create a lambda variable from a name and an optional field.

Callers 7

resolve_lambda_variablesFunction · 0.70
resolved_lambda_varFunction · 0.70
lambda_varFunction · 0.70
run_any_match_divFunction · 0.50
vFunction · 0.50
resolved_lambda_varFunction · 0.50

Calls

no outgoing calls

Tested by 1

resolved_lambda_varFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…