public final class RexLiteral extends RexNode
| Modifier and Type | Class and Description |
|---|---|
static class |
RexLiteral.LiteralType |
RexNode.RexKind| Constructor and Description |
|---|
RexLiteral(String value,
RexLiteral.LiteralType literalType,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RexNodeVisitor<R> visitor) |
RexLiteral.LiteralType |
getLiteralType() |
String |
getValue() |
String |
toString() |
public RexLiteral(String value, RexLiteral.LiteralType literalType, SourceAnchor anchor)
public RexLiteral.LiteralType getLiteralType()
public <R> R accept(RexNodeVisitor<R> visitor)