Class RunLengthEntry

java.lang.Object
org.apache.druid.frame.key.RunLengthEntry

public class RunLengthEntry extends Object
Information about a continguous run of keys, that has the same sorting order
  • Method Details

    • isByteComparable

      public boolean isByteComparable()
    • getRunLength

      public int getRunLength()
    • getOrder

      public KeyOrder getOrder()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object