Package io.trino.sql.jsonpath.tree
Class SqlValueLiteral
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Literal
-
- io.trino.sql.jsonpath.tree.SqlValueLiteral
-
public class SqlValueLiteral extends Literal
-
-
Constructor Summary
Constructors Constructor Description SqlValueLiteral(Literal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)LiteralgetValue()
-
-
-
Constructor Detail
-
SqlValueLiteral
public SqlValueLiteral(Literal value)
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
getValue
public Literal getValue()
-
-