Class Partitioner.PartitionBoundsRow<T>
- java.lang.Object
-
- org.apache.datasketches.partitions.Partitioner.PartitionBoundsRow<T>
-
- Enclosing class:
- Partitioner<T,S extends QuantilesGenericAPI<T> & PartitioningFeature<T>>
public static class Partitioner.PartitionBoundsRow<T> extends Object
Defines a row for List of PartitionBounds.
-
-
Field Summary
Fields Modifier and Type Field Description longapproxNumDeltaItemsStringlevelPartIdTlowerBoundintpartBoundsRuleruleTupperBound
-
Constructor Summary
Constructors Constructor Description PartitionBoundsRow(Partitioner.StackElement<T> se)
-
-
-
Field Detail
-
part
public int part
-
levelPartId
public String levelPartId
-
approxNumDeltaItems
public long approxNumDeltaItems
-
rule
public BoundsRule rule
-
lowerBound
public T lowerBound
-
upperBound
public T upperBound
-
-
Constructor Detail
-
PartitionBoundsRow
public PartitionBoundsRow(Partitioner.StackElement<T> se)
-
-