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

Method invoke_with_args

datafusion/functions-nested/src/array_compact.rs:96–98  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

94 }
95
96 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
97 make_scalar_function(array_compact_inner)(&args.args)
98 }
99
100 fn aliases(&self) -> &[String] {
101 &self.aliases

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.70

Tested by

no test coverage detected