Package io.trino.sql.analyzer
Class ResolvedField
- java.lang.Object
-
- io.trino.sql.analyzer.ResolvedField
-
@Immutable public class ResolvedField extends Object
-
-
Constructor Summary
Constructors Constructor Description ResolvedField(Scope scope, Field field, int hierarchyFieldIndex, int relationFieldIndex, boolean local)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldgetField()FieldIdgetFieldId()intgetHierarchyFieldIndex()intgetRelationFieldIndex()ScopegetScope()TypegetType()booleanisLocal()
-