pyflink.table.expression.Expression.is_false# property Expression.is_false: Expression[bool]# Returns true if given boolean expression is false. False otherwise (for null and true). See also is_true, is_not_true, is_not_false Added in version 1.12.0.