| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.logical.rex |
| Modifier and Type | Method and Description |
|---|---|
RexLiteral.LiteralType |
RexLiteral.getLiteralType() |
static RexLiteral.LiteralType |
RexLiteral.LiteralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RexLiteral.LiteralType[] |
RexLiteral.LiteralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RexLiteral(String value,
RexLiteral.LiteralType literalType,
SourceAnchor anchor) |