Package io.trino.sql.jsonpath.tree
Class LikeRegexPredicate
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Predicate
-
- io.trino.sql.jsonpath.tree.LikeRegexPredicate
-
public class LikeRegexPredicate extends Predicate
-
-
Constructor Summary
Constructors Constructor Description LikeRegexPredicate(PathNode path, String pattern, Optional<String> flag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)Optional<String>getFlag()PathNodegetPath()StringgetPattern()
-