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

Method field

datafusion/physical-expr/src/expressions/lambda_variable.rs:72–74  ·  view source on GitHub ↗

Get the variable's field

(&self)

Source from the content-addressed store, hash-verified

70
71 /// Get the variable's field
72 pub fn field(&self) -> &FieldRef {
73 &self.field
74 }
75}
76
77impl std::fmt::Display for LambdaVariable {

Callers 8

fmtMethod · 0.45
evaluateMethod · 0.45
projectMethod · 0.45
newMethod · 0.45
data_typeMethod · 0.45
nullableMethod · 0.45
return_fieldMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected