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.bitmap_to_array#

Expression.bitmap_to_array()[source]#

Converts a bitmap to an array of 32-bit integers, the values are sorted by Integer.compareUnsigned().

If the input is null, the result is null.

Returns

an ARRAY<INT> expression

New in version 1.12.0.

previous

pyflink.table.expression.Expression.bitmap_or_cardinality_agg

next

pyflink.table.expression.Expression.bitmap_to_bytes

Show Source

Created using Sphinx 4.5.0.