Uses of Class
org.apache.flink.table.api.dataview.ListView
-
Packages that use ListView Package Description org.apache.flink.table.dataview -
-
Uses of ListView in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return ListView Modifier and Type Method Description ListView<T>ListViewSerializer. copy(ListView<T> from)Deprecated.ListView<T>ListViewSerializer. copy(ListView<T> from, ListView<T> reuse)Deprecated.ListView<T>ListViewSerializer. createInstance()Deprecated.ListView<T>ListViewSerializer. deserialize(org.apache.flink.core.memory.DataInputView source)Deprecated.ListView<T>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 ListView Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>>ListViewTypeInfo. createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)Deprecated.org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>ListViewTypeInfoFactory. createTypeInfo(Type t, Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> genericParameters)Deprecated.org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>>ListViewSerializer. duplicate()Deprecated.Class<ListView<T>>ListViewTypeInfo. getTypeClass()Deprecated.org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>>ListViewSerializer. snapshotConfiguration()Deprecated.<U> org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>>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 Modifier and Type Method Description ListView<T>ListViewSerializer. copy(ListView<T> from)Deprecated.ListView<T>ListViewSerializer. copy(ListView<T> from, ListView<T> reuse)Deprecated.ListView<T>ListViewSerializer. deserialize(ListView<T> reuse, org.apache.flink.core.memory.DataInputView source)Deprecated.voidListViewSerializer. serialize(ListView<T> record, org.apache.flink.core.memory.DataOutputView target)Deprecated.
-