| Package | Description |
|---|---|
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
Analysis.getOutputDescriptor() |
RelationType |
Analysis.getOutputDescriptor(Node node) |
RelationType |
Scope.getRelationType() |
RelationType |
RelationType.joinWith(RelationType other)
Creates a new tuple descriptor containing all fields from this tuple descriptor
and all fields from the specified tuple descriptor.
|
RelationType |
RelationType.withAlias(String relationAlias,
List<String> columnAliases)
Creates a new tuple descriptor with the relation, and, optionally, the columns aliased.
|
RelationType |
RelationType.withOnlyVisibleFields()
Creates a new tuple descriptor containing only the visible fields.
|
| Modifier and Type | Method and Description |
|---|---|
RelationType |
RelationType.joinWith(RelationType other)
Creates a new tuple descriptor containing all fields from this tuple descriptor
and all fields from the specified tuple descriptor.
|
Scope.Builder |
Scope.Builder.withRelationType(RelationId relationId,
RelationType relationType) |
Copyright © 2012–2019. All rights reserved.