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