Package org.apache.flink.table.api.dataview
-
Interface Summary Interface Description DataView ADataView
is a collection type that can be used in the accumulator of anImperativeAggregateFunction
. -
Class Summary Class Description ListView<T> ADataView
that providesList
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.MapView<K,V> ADataView
that providesMap
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.