MCPcopy 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_byFunction · 0.85
keep_greater_than_twoFunction · 0.85

Calls 3

newFunction · 0.85
LambdaVariableClass · 0.50
to_stringMethod · 0.45

Tested by

no test coverage detected