Package io.trino.sql.jsonpath.tree
Class JsonNullLiteral
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Literal
-
- io.trino.sql.jsonpath.tree.JsonNullLiteral
-
public class JsonNullLiteral extends Literal
-
-
Field Summary
Fields Modifier and Type Field Description static JsonNullLiteralJSON_NULL
-
-
-
Field Detail
-
JSON_NULL
public static final JsonNullLiteral JSON_NULL
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
-