Uses of Package
org.apache.flink.table.api.dataview
-
Packages that use org.apache.flink.table.api.dataview Package Description org.apache.flink.table.api.dataview org.apache.flink.table.dataview -
Classes in org.apache.flink.table.api.dataview used by org.apache.flink.table.api.dataview Class Description DataView ADataView
is a collection type that can be used in the accumulator of anImperativeAggregateFunction
. -
Classes in org.apache.flink.table.api.dataview used by org.apache.flink.table.dataview Class Description ListView ADataView
that providesList
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.MapView ADataView
that providesMap
-like functionality in the accumulator of anAggregateFunction
orTableAggregateFunction
when large amounts of data are expected.