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