(&self, args: ScalarFunctionArgs)
| 127 | } |
| 128 | |
| 129 | fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> { |
| 130 | spark_mod(&args.args, args.config_options.execution.enable_ansi_mode) |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | /// SparkMod implements the Spark-compatible modulo function |
nothing calls this directly
no test coverage detected