Uses of Class
io.trino.jsonpath.JsonPathParser.StartsWithPredicateContext
-
Packages that use JsonPathParser.StartsWithPredicateContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.StartsWithPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.StartsWithPredicateContext Modifier and Type Method Description voidJsonPathBaseListener. enterStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Enter a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathListener. enterStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Enter a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathBaseListener. exitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Exit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().voidJsonPathListener. exitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Exit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().TJsonPathBaseVisitor. visitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Visit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary().TJsonPathVisitor. visitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext ctx)Visit a parse tree produced by thestartsWithPredicatelabeled alternative inJsonPathParser.predicatePrimary(). -
Uses of JsonPathParser.StartsWithPredicateContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.StartsWithPredicateContext Modifier and Type Method Description PathNodePathTreeBuilder. visitStartsWithPredicate(JsonPathParser.StartsWithPredicateContext context)
-