Uses of Class
org.apache.flink.table.dataview.NullAwareMapSerializer
Packages that use NullAwareMapSerializer
-
Uses of NullAwareMapSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return NullAwareMapSerializerModifier and TypeMethodDescriptionprotected NullAwareMapSerializer<K,V> NullAwareMapSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.Methods in org.apache.flink.table.dataview with parameters of type NullAwareMapSerializerModifier and TypeMethodDescriptionprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]NullAwareMapSerializerSnapshot.getNestedSerializers(NullAwareMapSerializer<K, V> outerSerializer) Deprecated.Constructors in org.apache.flink.table.dataview with parameters of type NullAwareMapSerializerModifierConstructorDescriptionNullAwareMapSerializerSnapshot(NullAwareMapSerializer<K, V> mapViewSerializer) Deprecated.Constructor to create the snapshot for writing.