(&self, args: ScalarFunctionArgs)
| 98 | } |
| 99 | |
| 100 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 101 | nullif_func(&args.args) |
| 102 | } |
| 103 | |
| 104 | fn documentation(&self) -> Option<&Documentation> { |
| 105 | self.doc() |
nothing calls this directly
no test coverage detected