(&self, args: ScalarFunctionArgs)
| 113 | } |
| 114 | |
| 115 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 116 | make_scalar_function(array_remove_inner)(&args.args) |
| 117 | } |
| 118 | |
| 119 | fn aliases(&self) -> &[String] { |
| 120 | &self.aliases |
no test coverage detected