Package org.apache.druid.frame.key
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
KeyOrder
getOrder()
int
getRunLength()
int
hashCode()
boolean
isByteComparable()
String
toString()
-
-
-
Method Detail
-
isByteComparable
public boolean isByteComparable()
-
getRunLength
public int getRunLength()
-
getOrder
public KeyOrder getOrder()
-
-