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 class
ListView<T>
ADataView
that providesList
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.class
MapView<K,V>
ADataView
that providesMap
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.
-