Package io.trino.sql.analyzer
Class Scope.Builder
java.lang.Object
io.trino.sql.analyzer.Scope.Builder
- Enclosing class:
Scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()booleancontainsNamedQuery(String name) withNamedQuery(String name, WithQuery withQuery) withOuterQueryParent(Scope parent) withParent(Scope parent) withRelationType(RelationId relationId, RelationType relationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
like
-
withRelationType
-
withParent
-
withOuterQueryParent
-
withNamedQuery
-
containsNamedQuery
-
build
-