You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/07 16:47:43 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6589: Discuss: don't allow not() param is Literal

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org