RexNode.RexKind| Constructor and Description |
|---|
RexCast(RexNode operand,
String targetType,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RexNodeVisitor<R> visitor) |
RexNode |
getOperand() |
String |
getTargetType() |
String |
toString() |
public RexCast(RexNode operand, String targetType, SourceAnchor anchor)
public RexNode getOperand()
public String getTargetType()
public <R> R accept(RexNodeVisitor<R> visitor)