Class DataViewUtils.DistinctViewSpec
java.lang.Object
org.apache.flink.table.runtime.dataview.DataViewSpec
org.apache.flink.table.runtime.dataview.MapViewSpec
org.apache.flink.table.planner.typeutils.DataViewUtils.DistinctViewSpec
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataViewUtils
public static class DataViewUtils.DistinctViewSpec
extends org.apache.flink.table.runtime.dataview.MapViewSpec
Specification for a special
MapView for deduplication.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDistinctViewSpec(String stateId, org.apache.flink.table.types.DataType distinctViewDataType) -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.dataview.MapViewSpec
containsNullKey, getKeyDataType, getKeySerializer, getValueDataType, getValueSerializerMethods inherited from class org.apache.flink.table.runtime.dataview.DataViewSpec
getDataType, getFieldIndex, getStateId
-
Constructor Details
-
DistinctViewSpec
-