| Interface | Description |
|---|---|
| SketchFillRequest<T,S extends QuantilesGenericAPI<T> & PartitioningFeature<T>> |
This is a callback request to the data source to fill a quantiles sketch,
which is returned to the caller.
|
| Class | Description |
|---|---|
| Partitioner<T,S extends QuantilesGenericAPI<T> & PartitioningFeature<T>> |
A partitioning process that can partition very large data sets into thousands
of partitions of approximately the same size.
|
| Partitioner.PartitionBoundsRow<T> |
Defines a row for List of PartitionBounds.
|
| Partitioner.StackElement<T> |
Holds data for a Stack element
|
| Enum | Description |
|---|---|
| BoundsRule |
This instructs the user about which of the upper and lower bounds of a partition definition row
should be included with the returned data.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.