(&self, args: ScalarFunctionArgs)
| 130 | } |
| 131 | |
| 132 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 133 | make_scalar_function(array_repeat_inner)(&args.args) |
| 134 | } |
| 135 | |
| 136 | fn aliases(&self) -> &[String] { |
| 137 | &self.aliases |
nothing calls this directly
no test coverage detected