Apache Presto - bitwise_not(x)

查询

presto:default> select bitwise_not(3) as bit_not; 
 bit_not 
--------- 
   -4

这里,3值的补码是-4。

apache_presto_sql_functions.html