pyflink.table.expression.Expression.bitmap_to_array# Expression.bitmap_to_array()[source]# Converts a bitmap to an array of 32-bit integers, the values are sorted by Integer.compareUnsigned(). If the input is null, the result is null. Returns: an ARRAY<INT> expression Added in version 1.12.0.