pyflink.table.expression.Expression.bin# property Expression.bin: pyflink.table.expression.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 New in version 1.12.0.