Class ApplyProjectionUtil.ProjectedColumnRepresentation

java.lang.Object
io.trino.plugin.base.projection.ApplyProjectionUtil.ProjectedColumnRepresentation
Enclosing class:
ApplyProjectionUtil

public static class ApplyProjectionUtil.ProjectedColumnRepresentation extends Object
  • Constructor Details

    • ProjectedColumnRepresentation

      public ProjectedColumnRepresentation(Variable variable, List<Integer> dereferenceIndices)
  • Method Details

    • getVariable

      public Variable getVariable()
    • getDereferenceIndices

      public List<Integer> getDereferenceIndices()
    • isVariable

      public boolean isVariable()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object