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

Method invoke_with_args

datafusion/functions/src/unicode/character_length.rs:87–89  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

85 }
86
87 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
88 make_scalar_function(character_length, vec![])(&args.args)
89 }
90
91 fn aliases(&self) -> &[String] {
92 &self.aliases

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.50

Tested by

no test coverage detected