Class ShowLikeOperator
- java.lang.Object
-
- org.apache.flink.table.operations.utils.ShowLikeOperator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asSummaryString()
boolean
equals(Object o)
int
hashCode()
static boolean
likeFilter(String row, ShowLikeOperator operator)
static ShowLikeOperator
of(boolean withLike, boolean isILike, boolean isNotLike, String likePattern)
static ShowLikeOperator
of(boolean withLike, boolean isNotLike, String likePattern)
static ShowLikeOperator
of(LikeType likeType, String likePattern)
String
toString()
-
-
-
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()
-
-