Uses of Class
io.trino.sql.analyzer.RelationId
-
Packages that use RelationId Package Description io.trino.sql.analyzer -
-
Uses of RelationId in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return RelationId Modifier and Type Method Description static RelationIdRelationId. anonymous()CreatesRelationIdequal only to itselfRelationIdFieldId. getRelationId()RelationIdScope. getRelationId()static RelationIdRelationId. of(Node sourceNode)CreatesRelationIdequal to anyRelationIdcreated from exactly the same source.Methods in io.trino.sql.analyzer with parameters of type RelationId Modifier and Type Method Description Scope.BuilderScope.Builder. withRelationType(RelationId relationId, RelationType relationType)Constructors in io.trino.sql.analyzer with parameters of type RelationId Constructor Description FieldId(RelationId relationId, int fieldIndex)
-