Apache-presto-bitwise-xor-function

提供:Dev Guides
移動先:案内検索

Apache Presto-bitwise_xor(x、y)

問い合わせ

presto:default> select bitwise_xor(2,3) as bit_xor;

結果

 bit_xor
---------
   1

ここでは、ビット2と3のXOR演算は1です。