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.expressions.or_#

or_(predicate0: Union[bool, Expression[bool]], predicate1: Union[bool, Expression[bool]], *predicates: Union[bool, Expression[bool]]) → Expression[bool][source]#

Boolean OR in three-valued logic.

New in version 1.12.0.

previous

pyflink.table.expressions.and_

next

pyflink.table.expressions.not_

On this page
  • or_()
Show Source

Created using Sphinx 5.3.0.