Uses of Class
org.apache.flink.api.java.typeutils.RowTypeInfo
-
Packages that use RowTypeInfo Package Description org.apache.flink.api.java.typeutils -
-
Uses of RowTypeInfo in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils that return RowTypeInfo Modifier and Type Method Description static RowTypeInfoRowTypeInfo. projectFields(RowTypeInfo rowType, int[] fieldMapping)Creates aRowTypeInfowith projected fields.Methods in org.apache.flink.api.java.typeutils with parameters of type RowTypeInfo Modifier and Type Method Description static RowTypeInfoRowTypeInfo. projectFields(RowTypeInfo rowType, int[] fieldMapping)Creates aRowTypeInfowith projected fields.
-