MCPcopy Create free account
hub / github.com/apache/datafusion / invoke_with_args

Method invoke_with_args

datafusion/functions-nested/src/remove.rs:115–117  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

113 }
114
115 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
116 make_scalar_function(array_remove_inner)(&args.args)
117 }
118
119 fn aliases(&self) -> &[String] {
120 &self.aliases

Callers 3

assert_array_removeFunction · 0.45
assert_array_remove_nFunction · 0.45
assert_array_remove_allFunction · 0.45

Calls 1

make_scalar_functionFunction · 0.70

Tested by

no test coverage detected