Class Partitioner.PartitionBoundsRow<T>
java.lang.Object
org.apache.datasketches.partitions.Partitioner.PartitionBoundsRow<T>
- Type Parameters:
T
- the item class type
- Enclosing class:
- Partitioner<T,
S extends QuantilesGenericAPI<T> & PartitioningFeature<T>>
Defines a row for List of PartitionBounds.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The approximate number of items represented by this partition description row.A brief string description of the partition and its hierarchyThe lower bound valueint
The partition indexThe BoundsRule for this partition description row.The upper bound value -
Constructor Summary
ConstructorDescriptionThe constructor for the StackElement class. -
Method Summary
-
Field Details
-
part
public int partThe partition index -
levelPartId
A brief string description of the partition and its hierarchy -
approxNumDeltaItems
public long approxNumDeltaItemsThe approximate number of items represented by this partition description row. -
rule
The BoundsRule for this partition description row. -
lowerBound
The lower bound value -
upperBound
The upper bound value
-
-
Constructor Details
-
PartitionBoundsRow
The constructor for the StackElement class.- Parameters:
se
- the given stack element.
-