Uses of Interface
org.apache.datasketches.partitions.SketchFillRequest
-
Uses of SketchFillRequest in org.apache.datasketches.partitions
ModifierConstructorDescriptionPartitioner
(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.