(&self, args: ScalarFunctionArgs)
| 107 | } |
| 108 | |
| 109 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 110 | make_scalar_function(map_values_inner)(&args.args) |
| 111 | } |
| 112 | |
| 113 | fn documentation(&self) -> Option<&Documentation> { |
| 114 | self.doc() |
nothing calls this directly
no test coverage detected