Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • User Defined Functions
  • pyflink.table.data_view.ListView

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

On this page
  • ListView

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.