(&self, args: ScalarFunctionArgs)
| 99 | } |
| 100 | |
| 101 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 102 | make_scalar_function(array_dims_inner)(&args.args) |
| 103 | } |
| 104 | |
| 105 | fn aliases(&self) -> &[String] { |
| 106 | &self.aliases |
nothing calls this directly
no test coverage detected