alamb commented on issue #6589: URL: https://github.com/apache/arrow-datafusion/issues/6589#issuecomment-1581188677
FYI @izveigor who I think added this feature I think `not(int)` means the same as `bitwisenot` -- aka `~ int` in postgres: https://www.postgresql.org/docs/9.4/functions-bitstring.html I don't have any strong opinoion about supporting not(int) vs only `~`. -- 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]
