Package io.trino.sql.jsonpath.tree
Class Filter
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Accessor
-
- io.trino.sql.jsonpath.tree.Filter
-
public class Filter extends Accessor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)PredicategetPredicate()
-