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