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

Method invoke_with_args

datafusion/spark/src/function/string/space.rs:80–82  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

78 }
79
80 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
81 spark_space(&args.args)
82 }
83}
84
85pub fn spark_space(args: &[ColumnarValue]) -> Result<ColumnarValue> {

Callers

nothing calls this directly

Calls 1

spark_spaceFunction · 0.85

Tested by

no test coverage detected