| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic | |
| gudusoft.gsqlparser.ir.semantic.joinanalysis |
| Modifier and Type | Method and Description |
|---|---|
ColumnResolution |
ColumnRef.getResolution()
Optional resolution of this column to its base relation / final
table (join-analysis slice 165, GAP 5).
|
| Constructor and Description |
|---|
ColumnRef(String relationAlias,
String columnName,
StructuredColumnPath structuredPath,
SourceSpan sourceSpan,
ColumnResolution resolution)
Full constructor (join-analysis slice 165).
|
| Modifier and Type | Field and Description |
|---|---|
static ColumnResolution |
ColumnResolution.NOT_APPLICABLE
Shared singleton for the not-applicable case.
|
static ColumnResolution |
ColumnResolution.UNRESOLVED
Shared singleton for the unresolved case.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnResolution |
ColumnResolution.resolved(String resolvedTableQualifiedName)
Convenience: build a RESOLVED resolution.
|