Uses of Class
org.apache.flink.table.api.dataview.ListView
Packages that use ListView
-
Uses of ListView in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return ListViewModifier and TypeMethodDescriptionDeprecated.Deprecated.ListViewSerializer.createInstance()Deprecated.ListViewSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) Deprecated.ListViewSerializer.deserialize(ListView<T> reuse, org.apache.flink.core.memory.DataInputView source) Deprecated.Methods in org.apache.flink.table.dataview that return types with arguments of type ListViewModifier and TypeMethodDescriptionListViewTypeInfo.createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config) Deprecated.ListViewSerializer.duplicate()Deprecated.ListViewTypeInfo.getTypeClass()Deprecated.ListViewSerializer.snapshotConfiguration()Deprecated.ListViewSerializer.transformLegacySerializerSnapshot(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<U> legacySnapshot) Deprecated.We need to override this as aLegacySerializerSnapshotTransformerbecause in Flink 1.6.x and below, this serializer was incorrectly returning directly the snapshot of the nested list serializer as its own snapshot.Methods in org.apache.flink.table.dataview with parameters of type ListView