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

Method invoke_with_args

datafusion/functions-nested/src/string.rs:145–147  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

143 }
144
145 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
146 make_scalar_function(array_to_string_inner)(&args.args)
147 }
148
149 fn aliases(&self) -> &[String] {
150 &self.aliases

Callers

nothing calls this directly

Calls 8

try_as_strMethod · 0.80
make_scalar_functionFunction · 0.70
getMethod · 0.45
to_array_of_sizeMethod · 0.45
data_typeMethod · 0.45
lenMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected