(&self, args: ScalarFunctionArgs)
| 94 | } |
| 95 | |
| 96 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 97 | make_scalar_function(array_compact_inner)(&args.args) |
| 98 | } |
| 99 | |
| 100 | fn aliases(&self) -> &[String] { |
| 101 | &self.aliases |
nothing calls this directly
no test coverage detected