Class ResolvedField

java.lang.Object
io.trino.sql.analyzer.ResolvedField

@Immutable public class ResolvedField extends Object
  • Constructor Details

    • ResolvedField

      public ResolvedField(Scope scope, Field field, int hierarchyFieldIndex, int relationFieldIndex, boolean local)
  • Method Details

    • getFieldId

      public FieldId getFieldId()
    • getType

      public Type getType()
    • getScope

      public Scope getScope()
    • isLocal

      public boolean isLocal()
    • getHierarchyFieldIndex

      public int getHierarchyFieldIndex()
    • getRelationFieldIndex

      public int getRelationFieldIndex()
    • getField

      public Field getField()