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