Package io.trino.sql.tree
Class JsonPathParameter
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.JsonPathParameter
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJsonPathParameter(Optional<NodeLocation> location, Identifier name, Expression parameter, Optional<JsonPathParameter.JsonFormat> format) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanshallowEquals(Node other) Compare with another node by considering internal state excluding any Node returned by getChildren()toString()Methods inherited from class io.trino.sql.tree.Node
accept, getLocation
-
Constructor Details
-
JsonPathParameter
public JsonPathParameter(Optional<NodeLocation> location, Identifier name, Expression parameter, Optional<JsonPathParameter.JsonFormat> format)
-
-
Method Details
-
getName
-
getParameter
-
getFormat
-
getChildren
- Specified by:
getChildrenin classNode
-
equals
-
hashCode
public int hashCode() -
toString
-
shallowEquals
Description copied from class:NodeCompare with another node by considering internal state excluding any Node returned by getChildren()- Overrides:
shallowEqualsin classNode
-