Uses of Interface
org.apache.flink.table.api.dataview.DataView
-
Packages that use DataView Package Description org.apache.flink.table.api.dataview org.apache.flink.table.runtime.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. -
Uses of DataView in org.apache.flink.table.runtime.dataview
Subinterfaces of DataView in org.apache.flink.table.runtime.dataview Modifier and Type Interface Description interface
StateDataView<N>
ADataView
which is implemented using state backend.Classes in org.apache.flink.table.runtime.dataview that implement DataView Modifier and Type Class Description class
StateListView<N,EE>
StateListView
is aListView
which is implemented using state backends.static class
StateListView.KeyedStateListView<N,T>
StateListView.KeyedStateListView
is an default implementation ofStateListView
whose underlying representation is a keyed state.static class
StateListView.NamespacedStateListView<N,T>
StateListView.NamespacedStateListView
is anStateListView
whose underlying representation is a keyed and namespaced state.class
StateMapView<N,EK,EV>
MapView
which is implemented using state backends.static class
StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV>
A stateMapView
which does not support nullable keys and namespace.static class
StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>
A stateMapView
which supports nullable keys but does not support namespace.static class
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>
A stateMapView
which supports namespace but does not support nullable keys.static class
StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>
A stateMapView
which supports nullable keys and namespace.
-