Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ v
Function
v
datafusion/functions-nested/src/lambda_utils.rs:185–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
pub(crate) fn v() -> Expr {
186
Expr::LambdaVariable(LambdaVariable::new(
187
"v"
.to_string(),
188
Some(Arc::new(Field::new(
"v"
, DataType::Int32, true))),
189
))
190
}
191
}
Callers
2
divide_100_by
Function · 0.85
keep_greater_than_two
Function · 0.85
Calls
3
new
Function · 0.85
LambdaVariable
Class · 0.50
to_string
Method · 0.45
Tested by
no test coverage detected