Uses of Class
io.trino.sql.analyzer.RelationType
-
Packages that use RelationType Package Description io.trino.sql.analyzer -
-
Uses of RelationType in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RelationType Modifier and Type Method Description RelationTypeAnalysis. getOutputDescriptor()RelationTypeAnalysis. getOutputDescriptor(Node node)RelationTypeScope. getRelationType()RelationTypeRelationType. joinWith(RelationType other)Creates a new tuple descriptor containing all fields from this tuple descriptor and all fields from the specified tuple descriptor.RelationTypeRelationType. withAlias(String relationAlias, List<String> columnAliases)Creates a new tuple descriptor with the relation, and, optionally, the columns aliased.RelationTypeRelationType. withOnlyVisibleFields()Creates a new tuple descriptor containing only the visible fields.Methods in io.trino.sql.analyzer that return types with arguments of type RelationType Modifier and Type Method Description Optional<RelationType>Scope.AsteriskedIdentifierChainBasis. getRelationType()Methods in io.trino.sql.analyzer with parameters of type RelationType Modifier and Type Method Description RelationTypeRelationType. joinWith(RelationType other)Creates a new tuple descriptor containing all fields from this tuple descriptor and all fields from the specified tuple descriptor.Scope.BuilderScope.Builder. withRelationType(RelationId relationId, RelationType relationType)ScopeScope. withRelationType(RelationType relationType)
-