Uses of Class
io.trino.jsonpath.JsonPathParser.BooleanLiteralContext
-
Packages that use JsonPathParser.BooleanLiteralContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.BooleanLiteralContext in io.trino.jsonpath
Methods in io.trino.jsonpath that return JsonPathParser.BooleanLiteralContext Modifier and Type Method Description JsonPathParser.BooleanLiteralContextJsonPathParser. booleanLiteral()JsonPathParser.BooleanLiteralContextJsonPathParser.LiteralContext. booleanLiteral() -
Uses of JsonPathParser.BooleanLiteralContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.BooleanLiteralContext Modifier and Type Method Description PathNodePathTreeBuilder. visitBooleanLiteral(JsonPathParser.BooleanLiteralContext context)
-