Uses of Class
io.trino.sql.jsonpath.tree.PathNode
-
Packages that use PathNode Package Description io.trino.sql.jsonpath io.trino.sql.jsonpath.tree -
-
Uses of PathNode in io.trino.sql.jsonpath
Classes in io.trino.sql.jsonpath with type parameters of type PathNode Modifier and Type Class Description classPathNodeRef<T extends PathNode>Methods in io.trino.sql.jsonpath with type parameters of type PathNode Modifier and Type Method Description static <T extends PathNode>
PathNodeRef<T>PathNodeRef. of(T pathNode)Methods in io.trino.sql.jsonpath with parameters of type PathNode Modifier and Type Method Description protected PathNodePathTreeBuilder. aggregateResult(PathNode aggregate, PathNode nextResult) -
Uses of PathNode in io.trino.sql.jsonpath.tree
Subclasses of PathNode in io.trino.sql.jsonpath.tree Modifier and Type Class Description classAbsMethodclassAccessorclassArithmeticBinaryclassArithmeticUnaryclassArrayAccessorclassCeilingMethodclassComparisonPredicateclassConjunctionPredicateclassContextVariableclassDatetimeMethodclassDisjunctionPredicateclassDoubleMethodclassExistsPredicateclassFilterclassFloorMethodclassIsUnknownPredicateclassJsonNullLiteralclassJsonPathclassKeyValueMethodclassLastIndexVariableclassLikeRegexPredicateclassLiteralclassMemberAccessorclassMethodclassNamedVariableclassNegationPredicateclassPredicateclassPredicateCurrentItemVariableclassSizeMethodclassSqlValueLiteralclassStartsWithPredicateclassTypeMethodFields in io.trino.sql.jsonpath.tree declared as PathNode Modifier and Type Field Description protected PathNodeAccessor. baseMethods in io.trino.sql.jsonpath.tree that return PathNode Modifier and Type Method Description PathNodeAccessor. getBase()PathNodeArithmeticUnary. getBase()PathNodeArrayAccessor.Subscript. getFrom()PathNodeStartsWithPredicate. getInitial()PathNodeArithmeticBinary. getLeft()PathNodeComparisonPredicate. getLeft()PathNodeExistsPredicate. getPath()PathNodeLikeRegexPredicate. getPath()PathNodeArithmeticBinary. getRight()PathNodeComparisonPredicate. getRight()PathNodeJsonPath. getRoot()PathNodeStartsWithPredicate. getWhole()Methods in io.trino.sql.jsonpath.tree that return types with arguments of type PathNode Modifier and Type Method Description Optional<PathNode>ArrayAccessor.Subscript. getTo()Methods in io.trino.sql.jsonpath.tree with parameters of type PathNode Modifier and Type Method Description RJsonPathTreeVisitor. process(PathNode node)RJsonPathTreeVisitor. process(PathNode node, C context)protected RJsonPathTreeVisitor. visitPathNode(PathNode node, C context)
-