| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.namespace |
| Modifier and Type | Method and Description |
|---|---|
MetadataState |
SubqueryNamespace.getMetadataState()
Slice S4 (plan §5.5): a derived subquery's projection is authoritative
once validated AND at least one named (non-star) column exists.
|
MetadataState |
CTENamespace.getMetadataState()
Slice S4 (plan §5.5): a CTE's derived schema is authoritative once the
CTE has validated and produced at least one named column source.
|
MetadataState |
TableNamespace.getMetadataState()
Slice S4: authoritative metadata-state tri-value (plan §5.5).
|
MetadataState |
UnionNamespace.getMetadataState()
Slice S4 (plan §5.5): a set-operation's output schema is defined by the
first branch (SQL standard, see class javadoc).
|
default MetadataState |
INamespace.getMetadataState()
Authoritative metadata state for this namespace (slice S4, plan §5.5).
|
static MetadataState |
MetadataState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataState[] |
MetadataState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|