Class ShowLikeOperator
- java.lang.Object
-
- org.apache.flink.table.operations.utils.ShowLikeOperator
-
@Internal public class ShowLikeOperator extends Object
Like operator for SHOW operations.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasSummaryString()booleanequals(Object o)inthashCode()static booleanlikeFilter(String row, ShowLikeOperator operator)static ShowLikeOperatorof(boolean withLike, boolean isILike, boolean isNotLike, String likePattern)static ShowLikeOperatorof(boolean withLike, boolean isNotLike, String likePattern)static ShowLikeOperatorof(LikeType likeType, String likePattern)StringtoString()
-
-
-
Method Detail
-
of
public static ShowLikeOperator of(LikeType likeType, String likePattern)
-
of
public static ShowLikeOperator of(boolean withLike, boolean isNotLike, String likePattern)
-
of
public static ShowLikeOperator of(boolean withLike, boolean isILike, boolean isNotLike, String likePattern)
-
likeFilter
public static boolean likeFilter(String row, @Nullable ShowLikeOperator operator)
-
asSummaryString
public String asSummaryString()
-
-