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