Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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

is_true, is_false, is_not_false

New in version 1.12.0.

previous

pyflink.table.expression.Expression.is_false

next

pyflink.table.expression.Expression.is_not_false

Show Source

Created using Sphinx 4.5.0.