JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
io.trino.jsonpath
Packages that use
io.trino.jsonpath
Package
Description
io.trino.jsonpath
io.trino.sql.jsonpath
Classes in
io.trino.jsonpath
used by
io.trino.jsonpath
Class
Description
JsonPathListener
This interface defines a complete listener for a parse tree produced by
JsonPathParser
.
JsonPathParser.AbsMethodContext
JsonPathParser.AccessorExpressionContext
JsonPathParser.AccessorExpressionDefaultContext
JsonPathParser.ArrayAccessorContext
JsonPathParser.BinaryContext
JsonPathParser.BooleanLiteralContext
JsonPathParser.CeilingMethodContext
JsonPathParser.ComparisonOperatorContext
JsonPathParser.ComparisonPredicateContext
JsonPathParser.ConjunctionPredicateContext
JsonPathParser.ContextVariableContext
JsonPathParser.DatetimeMethodContext
JsonPathParser.DecimalLiteralContext
JsonPathParser.DelimitedPredicateContext
JsonPathParser.DisjunctionPredicateContext
JsonPathParser.DoubleLiteralContext
JsonPathParser.DoubleMethodContext
JsonPathParser.ExistsPredicateContext
JsonPathParser.ExpressionDefaultContext
JsonPathParser.FilterContext
JsonPathParser.FloorMethodContext
JsonPathParser.IdentifierContext
JsonPathParser.IntegerLiteralContext
JsonPathParser.IsUnknownPredicateContext
JsonPathParser.KeyValueMethodContext
JsonPathParser.LastIndexVariableContext
JsonPathParser.LikeRegexPredicateContext
JsonPathParser.LiteralContext
JsonPathParser.LiteralPrimaryContext
JsonPathParser.MemberAccessorContext
JsonPathParser.NamedVariableContext
JsonPathParser.NegationPredicateContext
JsonPathParser.NonReservedContext
JsonPathParser.NullLiteralContext
JsonPathParser.NumericLiteralContext
JsonPathParser.ParenthesizedPathContext
JsonPathParser.ParenthesizedPredicateContext
JsonPathParser.PathContext
JsonPathParser.PathExpressionContext
JsonPathParser.PathModeContext
JsonPathParser.PathPrimaryContext
JsonPathParser.PredicateContext
JsonPathParser.PredicateCurrentItemVariableContext
JsonPathParser.PredicateDefaultContext
JsonPathParser.PredicatePrimaryContext
JsonPathParser.PredicatePrimaryDefaultContext
JsonPathParser.SignedUnaryContext
JsonPathParser.SizeMethodContext
JsonPathParser.StartsWithPredicateContext
JsonPathParser.StringLiteralContext
JsonPathParser.SubscriptContext
JsonPathParser.TypeMethodContext
JsonPathParser.VariableContext
JsonPathParser.VariablePrimaryContext
JsonPathParser.WildcardArrayAccessorContext
JsonPathParser.WildcardMemberAccessorContext
JsonPathVisitor
This interface defines a complete generic visitor for a parse tree produced by
JsonPathParser
.
Classes in
io.trino.jsonpath
used by
io.trino.sql.jsonpath
Class
Description
JsonPathBaseVisitor
This class provides an empty implementation of
JsonPathVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
JsonPathParser.AbsMethodContext
JsonPathParser.ArrayAccessorContext
JsonPathParser.BinaryContext
JsonPathParser.BooleanLiteralContext
JsonPathParser.CeilingMethodContext
JsonPathParser.ComparisonPredicateContext
JsonPathParser.ConjunctionPredicateContext
JsonPathParser.ContextVariableContext
JsonPathParser.DatetimeMethodContext
JsonPathParser.DecimalLiteralContext
JsonPathParser.DisjunctionPredicateContext
JsonPathParser.DoubleLiteralContext
JsonPathParser.DoubleMethodContext
JsonPathParser.ExistsPredicateContext
JsonPathParser.FilterContext
JsonPathParser.FloorMethodContext
JsonPathParser.IntegerLiteralContext
JsonPathParser.IsUnknownPredicateContext
JsonPathParser.KeyValueMethodContext
JsonPathParser.LastIndexVariableContext
JsonPathParser.LikeRegexPredicateContext
JsonPathParser.MemberAccessorContext
JsonPathParser.NamedVariableContext
JsonPathParser.NegationPredicateContext
JsonPathParser.NullLiteralContext
JsonPathParser.ParenthesizedPathContext
JsonPathParser.ParenthesizedPredicateContext
JsonPathParser.PathContext
JsonPathParser.PredicateCurrentItemVariableContext
JsonPathParser.SignedUnaryContext
JsonPathParser.SizeMethodContext
JsonPathParser.StartsWithPredicateContext
JsonPathParser.StringLiteralContext
JsonPathParser.TypeMethodContext
JsonPathParser.WildcardArrayAccessorContext
JsonPathParser.WildcardMemberAccessorContext
JsonPathVisitor
This interface defines a complete generic visitor for a parse tree produced by
JsonPathParser
.