Package io.trino.sql.tree
Class MergeUpdate.Assignment
- java.lang.Object
-
- io.trino.sql.tree.MergeUpdate.Assignment
-
- Enclosing class:
- MergeUpdate
public static class MergeUpdate.Assignment extends Object
-
-
Constructor Summary
Constructors Constructor Description Assignment(Identifier target, Expression value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IdentifiergetTarget()ExpressiongetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Assignment
public Assignment(Identifier target, Expression value)
-
-
Method Detail
-
getTarget
public Identifier getTarget()
-
getValue
public Expression getValue()
-
-