Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ projected_body
Method
projected_body
datafusion/physical-expr/src/expressions/lambda.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
pub(crate) fn projected_body(&self) -> &Arc<dyn PhysicalExpr> {
150
&self.projected_body
151
}
152
}
153
154
impl std::fmt::Display for LambdaExpr {
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected