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