Package | Description |
---|---|
org.apache.datasketches.partitions |
Constructor and Description |
---|
Partitioner(long tgtPartitionSize,
int maxPartsPerPass,
SketchFillRequest<T,S> fillReq)
This constructor assumes a QuantileSearchCriteria of INCLUSIVE.
|
Partitioner(long tgtPartitionSize,
int maxPartsPerSk,
SketchFillRequest<T,S> fillReq,
QuantileSearchCriteria criteria)
This constructor includes the QuantileSearchCriteria criteria as a parameter.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.