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

Method invoke_with_args

datafusion/functions-nested/src/dimension.rs:101–103  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

99 }
100
101 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
102 make_scalar_function(array_dims_inner)(&args.args)
103 }
104
105 fn aliases(&self) -> &[String] {
106 &self.aliases

Callers

nothing calls this directly

Calls 1

make_scalar_functionFunction · 0.70

Tested by

no test coverage detected