Uses of Interface
org.apache.flink.table.api.dataview.DataView
-
Packages that use DataView Package Description org.apache.flink.table.api.dataview -
-
Uses of DataView in org.apache.flink.table.api.dataview
Classes in org.apache.flink.table.api.dataview that implement DataView Modifier and Type Class Description classListView<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.
-