Uses of Class
io.trino.jsonpath.JsonPathParser.FilterContext
Packages that use JsonPathParser.FilterContext
-
Uses of JsonPathParser.FilterContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.FilterContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterFilter(JsonPathParser.FilterContext ctx) Enter a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathListener.enterFilter(JsonPathParser.FilterContext ctx) Enter a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathBaseListener.exitFilter(JsonPathParser.FilterContext ctx) Exit a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression().voidJsonPathListener.exitFilter(JsonPathParser.FilterContext ctx) Exit a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression().JsonPathBaseVisitor.visitFilter(JsonPathParser.FilterContext ctx) Visit a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression().JsonPathVisitor.visitFilter(JsonPathParser.FilterContext ctx) Visit a parse tree produced by thefilterlabeled alternative inJsonPathParser.accessorExpression(). -
Uses of JsonPathParser.FilterContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.FilterContextModifier and TypeMethodDescriptionPathTreeBuilder.visitFilter(JsonPathParser.FilterContext context)