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.data_view.ListView#

class ListView[source]#

A DataView that provides list-like functionality in the accumulator of an AggregateFunction when large amounts of data are expected.

Methods

add(value)

Adds the given value to this list view.

add_all(values)

Adds all of the elements of the specified list to this list view.

clear()

Clears the DataView and removes all data.

get()

Returns an iterable of this list view.

previous

pyflink.table.udf.udtaf

next

pyflink.table.data_view.MapView

Show Source

Created using Sphinx 4.5.0.