comphead commented on PR #2286:
URL:
https://github.com/apache/datafusion-comet/pull/2286#issuecomment-3299820850
For scalar functions partialEqs the DF relies on builtin mechanism
```
/// Implements [`ScalarUDFImpl`] for functions that have a single signature
and
/// return type.
#[derive(PartialEq, Eq, Hash)]
pub struct SimpleScalarUDF {
name: String,
signature: Signature,
return_type: DataType,
fun: PtrEq<ScalarFunctionImplementation>,
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]