Package | Description |
---|---|
org.apache.flink.table.api.dataview | |
org.apache.flink.table.runtime.dataview |
Modifier and Type | Class and Description |
---|---|
class |
ListView<T>
A
DataView that provides List -like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
class |
MapView<K,V>
A
DataView that provides Map -like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
Modifier and Type | Interface and Description |
---|---|
interface |
StateDataView<N>
A
DataView which is implemented using state backend. |
Modifier and Type | Class and Description |
---|---|
class |
StateListView<N,EE>
StateListView is a ListView which is implemented using state backends. |
static class |
StateListView.KeyedStateListView<N,T>
StateListView.KeyedStateListView is an default implementation of StateListView whose
underlying representation is a keyed state. |
static class |
StateListView.NamespacedStateListView<N,T>
StateListView.NamespacedStateListView is an StateListView 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 state
MapView which does not support nullable keys and namespace. |
static class |
StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>
A state
MapView which supports nullable keys but does not support namespace. |
static class |
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>
A state
MapView which supports namespace but does not support nullable keys. |
static class |
StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>
A state
MapView which supports nullable keys and namespace. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.