Uses of Class
org.apache.flink.table.operations.utils.ShowLikeOperator
-
Packages that use ShowLikeOperator Package Description org.apache.flink.table.operations org.apache.flink.table.operations.utils -
-
Uses of ShowLikeOperator in org.apache.flink.table.operations
Fields in org.apache.flink.table.operations declared as ShowLikeOperator Modifier and Type Field Description protected ShowLikeOperatorAbstractShowOperation. likeOp -
Uses of ShowLikeOperator in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils that return ShowLikeOperator Modifier and Type Method Description static ShowLikeOperatorShowLikeOperator. of(boolean withLike, boolean isILike, boolean isNotLike, String likePattern)static ShowLikeOperatorShowLikeOperator. of(boolean withLike, boolean isNotLike, String likePattern)static ShowLikeOperatorShowLikeOperator. of(LikeType likeType, String likePattern)Methods in org.apache.flink.table.operations.utils with parameters of type ShowLikeOperator Modifier and Type Method Description static booleanShowLikeOperator. likeFilter(String row, ShowLikeOperator operator)
-