Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
impl std::fmt::Display for LambdaVariable {
Callers
8
fmt
Method · 0.45
evaluate
Method · 0.45
project
Method · 0.45
new
Method · 0.45
data_type
Method · 0.45
nullable
Method · 0.45
return_field
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected