(&self, args: ScalarFunctionArgs)
| 143 | } |
| 144 | |
| 145 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 146 | make_scalar_function(array_to_string_inner)(&args.args) |
| 147 | } |
| 148 | |
| 149 | fn aliases(&self) -> &[String] { |
| 150 | &self.aliases |
nothing calls this directly
no test coverage detected