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