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

Method invoke_with_args

datafusion/spark/src/function/array/repeat.rs:68–70  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

66 }
67
68 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
69 spark_array_repeat(args)
70 }
71
72 fn coerce_types(&self, arg_types: &[DataType]) -> Result<Vec<DataType>> {
73 let [first_type, second_type] = take_function_args(self.name(), arg_types)?;

Callers 1

spark_array_repeatFunction · 0.45

Calls 1

spark_array_repeatFunction · 0.85

Tested by

no test coverage detected