Uses of Class
org.apache.flink.table.dataview.NullAwareMapSerializer
-
Packages that use NullAwareMapSerializer Package Description org.apache.flink.table.dataview -
-
Uses of NullAwareMapSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return NullAwareMapSerializer Modifier and Type Method Description protected 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 NullAwareMapSerializer Modifier and Type Method Description protected 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 NullAwareMapSerializer Constructor Description NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K,V> mapViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-