jayzhan211 commented on PR #6604:
URL:
https://github.com/apache/arrow-datafusion/pull/6604#issuecomment-1588673702
It seems Operator are all for two arguments, so instead of introducing
Operator::Not, I add `Not` in ScalarFunctionType.
Producer: ScalarFunction('not', InList), transform to Scalarfunction for NOT.
Consumer: Expr::Not(InList), wrap Expr::Not with expr.
--
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]