| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.diff |
| Modifier and Type | Method and Description |
|---|---|
ProjectorResult.UnsupportedReason |
ProjectorResult.getReason() |
static ProjectorResult.UnsupportedReason |
ProjectorResult.UnsupportedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectorResult.UnsupportedReason[] |
ProjectorResult.UnsupportedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectorResult |
ProjectorResult.unsupported(ProjectorResult.UnsupportedReason reason,
String detail) |
| Constructor and Description |
|---|
ProjectorResult(CanonicalLineageModel model,
ProjectorResult.UnsupportedReason reason,
String detail) |