| Package | Description |
|---|---|
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
static RelationId |
RelationId.anonymous()
Creates
RelationId equal only to itself |
RelationId |
Scope.getRelationId() |
RelationId |
FieldId.getRelationId() |
static RelationId |
RelationId.of(Node sourceNode)
Creates
RelationId equal to any RelationId created from exactly the same source. |
| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
Scope.Builder.withRelationType(RelationId relationId,
RelationType relationType) |
| Constructor and Description |
|---|
FieldId(RelationId relationId,
int fieldIndex) |
Copyright © 2012–2019. All rights reserved.