pyflink.table.expression.Expression.bitmap_xor# Expression.bitmap_xor(bitmap2)[source]# Computes the XOR (symmetric difference) of two bitmaps. If any of the inputs are null, the result is null. Parameters: bitmap2 – the bitmap to perform XOR operation with Returns: a BITMAP expression Added in version 1.12.0.