Package org.apache.druid.frame.key
Class ClusterByPartition
java.lang.Object
org.apache.druid.frame.key.ClusterByPartition
Boundaries of a partition marked by start and end keys. The keys are generally described by a
ClusterBy instance that is not referenced here. (It is generally provided contextually.)
Often, this object is part of a full partition set represented by ClusterByPartitions.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterByPartition
-
-
Method Details
-
getStart
Get the starting key for this range. It is inclusive (the range *does* contain this key). Null means the range is unbounded at the start. -
getEnd
Get the ending key for this range. It is exclusive (the range *does not* contain this key). Null means the range is unbounded at the end. -
equals
-
hashCode
public int hashCode() -
toString
-