(&self, args: ScalarFunctionArgs)
| 78 | } |
| 79 | |
| 80 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 81 | spark_space(&args.args) |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | pub fn spark_space(args: &[ColumnarValue]) -> Result<ColumnarValue> { |
nothing calls this directly
no test coverage detected