Uses of Class
io.trino.sql.jsonpath.tree.JsonPathTreeVisitor
-
Packages that use JsonPathTreeVisitor Package Description io.trino.sql.jsonpath.tree -
-
Uses of JsonPathTreeVisitor in io.trino.sql.jsonpath.tree
Methods in io.trino.sql.jsonpath.tree with parameters of type JsonPathTreeVisitor Modifier and Type Method Description <R,C>
RAbsMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RAccessor. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RArithmeticBinary. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RArithmeticUnary. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RArrayAccessor. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RCeilingMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RComparisonPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RConjunctionPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RContextVariable. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RDatetimeMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RDisjunctionPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RDoubleMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RExistsPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RFilter. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RFloorMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RIsUnknownPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RJsonNullLiteral. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RJsonPath. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RKeyValueMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RLastIndexVariable. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RLikeRegexPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RLiteral. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RMemberAccessor. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RNamedVariable. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RNegationPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)protected <R,C>
RPathNode. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RPredicateCurrentItemVariable. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RSizeMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RSqlValueLiteral. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RStartsWithPredicate. accept(JsonPathTreeVisitor<R,C> visitor, C context)<R,C>
RTypeMethod. accept(JsonPathTreeVisitor<R,C> visitor, C context)
-