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.