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