Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ params
Method
params
datafusion/physical-expr/src/expressions/lambda.rs:136–138 ·
view source on GitHub ↗
Get the lambda's params names
(&self)
Source
from the content-addressed store, hash-verified
134
135
/// Get the lambda's params names
136
pub fn params(&self) -> &[String] {
137
&self.params
138
}
139
140
/// Get the lambda's body
141
pub fn body(&self) -> &Arc<dyn PhysicalExpr> {
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected