Class CPlanMemoTable.MemoTableEntry

java.lang.Object
org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
Enclosing class:
CPlanMemoTable

public static class CPlanMemoTable.MemoTableEntry extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • isClosed

      public boolean isClosed()
    • isValid

      public boolean isValid()
    • isPlanRef

      public boolean isPlanRef(int index)
    • hasPlanRef

      public boolean hasPlanRef()
    • hasPlanRefTo

      public boolean hasPlanRefTo(long hopID)
    • countPlanRefs

      public int countPlanRefs()
    • getPlanRefIndex

      public int getPlanRefIndex()
    • equalPlanRefs

      public boolean equalPlanRefs(CPlanMemoTable.MemoTableEntry that)
    • input

      public long input(int index)
    • subsumes

      public boolean subsumes(CPlanMemoTable.MemoTableEntry that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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

      public String toString()
      Overrides:
      toString in class Object