(&self, args: ScalarFunctionArgs)
| 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() |
no test coverage detected