Uses of Class
io.trino.sql.analyzer.RelationType
Packages that use RelationType
-
Uses of RelationType in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RelationTypeModifier and TypeMethodDescriptionAnalysis.getOutputDescriptor()Analysis.getOutputDescriptor(Node node) Scope.getRelationType()RelationType.joinWith(RelationType other) Creates a new tuple descriptor containing all fields from this tuple descriptor and all fields from the specified tuple descriptor.Creates a new tuple descriptor with the relation, and, optionally, the columns aliased.RelationType.withOnlyVisibleFields()Creates a new tuple descriptor containing only the visible fields.Methods in io.trino.sql.analyzer that return types with arguments of type RelationTypeMethods in io.trino.sql.analyzer with parameters of type RelationTypeModifier and TypeMethodDescriptionRelationType.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.withRelationType(RelationId relationId, RelationType relationType) Scope.withRelationType(RelationType relationType)