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