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

Method invoke_with_args

datafusion/spark/src/function/string/concat.rs:69–71  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

67 }
68
69 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
70 spark_concat(args)
71 }
72
73 fn coerce_types(&self, arg_types: &[DataType]) -> Result<Vec<DataType>> {
74 // Accept any string types, including zero arguments

Callers 1

spark_concatFunction · 0.45

Calls 1

spark_concatFunction · 0.85

Tested by

no test coverage detected