Uses of Class
io.trino.sql.jsonpath.tree.JsonNullLiteral
-
Packages that use JsonNullLiteral Package Description io.trino.sql.jsonpath.tree -
-
Uses of JsonNullLiteral in io.trino.sql.jsonpath.tree
Fields in io.trino.sql.jsonpath.tree declared as JsonNullLiteral Modifier and Type Field Description static JsonNullLiteralJsonNullLiteral. JSON_NULLMethods in io.trino.sql.jsonpath.tree with parameters of type JsonNullLiteral Modifier and Type Method Description protected RJsonPathTreeVisitor. visitJsonNullLiteral(JsonNullLiteral node, C context)
-