Package org.apache.flink.table.dataview
Class ListViewTypeInfoFactory<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.TypeInfoFactory<ListView<T>>
-
- org.apache.flink.table.dataview.ListViewTypeInfoFactory<T>
-
@Internal @Deprecated public class ListViewTypeInfoFactory<T> extends org.apache.flink.api.common.typeinfo.TypeInfoFactory<ListView<T>>
Deprecated.TypeInformation factory forListView.
-
-
Constructor Summary
Constructors Constructor Description ListViewTypeInfoFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>createTypeInfo(Type t, Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> genericParameters)Deprecated.
-