bitmap_xor
lhs
と rhs
に固有の要素からなる集合を計算します。これは論理的には bitmap_andnot(bitmap_or(lhs, rhs), bitmap_and(lhs, rhs))
(補集合)と同等です。
構文
bitmap_xor(BITMAP lhs, BITMAP rhs)
lhs
と rhs
に固有の要素からなる集合を計算します。これは論理的には bitmap_andnot(bitmap_or(lhs, rhs), bitmap_and(lhs, rhs))
(補集合)と同等です。
bitmap_xor(BITMAP lhs, BITMAP rhs)