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 DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.expression.Expression.array_contains#

Expression.array_contains(needle) → pyflink.table.expression.Expression[source]#

Returns whether the given element exists in an array.

Checking for null elements in the array is supported. If the array itself is null, the function will return null. The given element is cast implicitly to the array’s element type if necessary.

New in version 1.12.0.

previous

pyflink.table.expression.Expression.array_concat

next

pyflink.table.expression.Expression.array_distinct

Show Source

Created using Sphinx 4.5.0.