pyflink.table.expression.Expression.bin# property Expression.bin: Expression[str]# Returns a string representation of an integer numeric value in binary format. Returns null if numeric is null. E.g. “4” leads to “100”, “12” leads to “1100”. See also hex Added in version 1.12.0.