Uses of Class
org.apache.flink.table.operations.LikeType
-
Packages that use LikeType Package Description org.apache.flink.table.operations -
-
Uses of LikeType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return LikeType Modifier and Type Method Description static LikeTypeLikeType. of(String type)static LikeTypeLikeType. valueOf(String name)Returns the enum constant of this type with the specified name.static LikeType[]LikeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-