Apache-presto-bitwise-or-function

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

Apache Presto-bitwise_or(x、y)

問い合わせ

presto:default> select bitwise_or(2,3) as bit_or;

結果

 bit_or
--------
   3

ここでは、ビット2(010)と3(011)のOR演算結果は3です。