Uses of Class
org.apache.flink.table.operations.utils.LikeType
-
Packages that use LikeType Package Description org.apache.flink.table.operations.utils -
-
Uses of LikeType in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils that return LikeType Modifier and Type Method Description static LikeTypeLikeType. of(boolean isILike, boolean notLike)static LikeTypeLikeType. of(String type)static LikeTypeLikeType. of(String type, boolean notLike)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.Methods in org.apache.flink.table.operations.utils with parameters of type LikeType Modifier and Type Method Description static ShowLikeOperatorShowLikeOperator. of(LikeType likeType, String likePattern)
-