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

Method invoke_with_args

datafusion/functions-nested/src/map.rs:401–403  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

399 }
400
401 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
402 make_map_batch(&args.args)
403 }
404
405 fn documentation(&self) -> Option<&Documentation> {
406 self.doc()

Callers 15

criterion_benchmarkFunction · 0.45
bench_arrays_zipFunction · 0.45
bench_array_to_stringFunction · 0.45
bench_caseFunction · 0.45
bench_array_repeat_int64Function · 0.45
bench_array_positionFunction · 0.45
bench_array_positionsFunction · 0.45

Calls 1

make_map_batchFunction · 0.85

Tested by

no test coverage detected