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

Method invoke_with_args

datafusion/functions/src/unicode/substr.rs:119–121  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

117 }
118
119 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
120 make_scalar_function(substr, vec![])(&args.args)
121 }
122
123 fn aliases(&self) -> &[String] {
124 &self.aliases

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.50

Tested by

no test coverage detected