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

Method invoke_with_args

datafusion/functions-nested/src/repeat.rs:132–134  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

130 }
131
132 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
133 make_scalar_function(array_repeat_inner)(&args.args)
134 }
135
136 fn aliases(&self) -> &[String] {
137 &self.aliases

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.70

Tested by

no test coverage detected