Uses of Class
org.apache.flink.table.types.logical.RawType
-
Packages that use RawType Package Description org.apache.flink.table.legacy.types.logical org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of RawType in org.apache.flink.table.legacy.types.logical
Methods in org.apache.flink.table.legacy.types.logical that return RawType Modifier and Type Method Description RawType<T>TypeInformationRawType. resolve(org.apache.flink.api.common.ExecutionConfig config)Deprecated. -
Uses of RawType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return RawType Modifier and Type Method Description static RawType<?>RawType. restore(ClassLoader classLoader, String className, String serializerString)Restores a raw type from the components of a serialized string representation.Methods in org.apache.flink.table.types.logical with parameters of type RawType Modifier and Type Method Description RLogicalTypeVisitor. visit(RawType<?> rawType) -
Uses of RawType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type RawType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(RawType<?> rawType)
-