Uses of Interface
org.apache.flink.table.api.dataview.DataView
Packages that use DataView
-
Uses of DataView in org.apache.flink.table.api.dataview
Classes in org.apache.flink.table.api.dataview that implement DataViewModifier and TypeClassDescriptionclassListView<T>ADataViewthat providesList-like functionality in the accumulator of anAggregateFunctionorTableAggregateFunctionwhen large amounts of data are expected.classMapView<K,V> ADataViewthat providesMap-like functionality in the accumulator of anAggregateFunctionorTableAggregateFunctionwhen large amounts of data are expected.