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

Method invoke_with_args

datafusion/functions-nested/src/map_values.rs:109–111  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

107 }
108
109 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
110 make_scalar_function(map_values_inner)(&args.args)
111 }
112
113 fn documentation(&self) -> Option<&Documentation> {
114 self.doc()

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.70

Tested by

no test coverage detected