Uses of Class
org.apache.pinot.segment.local.customobject.QuantileDigest
-
Packages that use QuantileDigest Package Description org.apache.pinot.segment.local.aggregator org.apache.pinot.segment.local.customobject org.apache.pinot.segment.local.utils -
-
Uses of QuantileDigest in org.apache.pinot.segment.local.aggregator
Methods in org.apache.pinot.segment.local.aggregator that return QuantileDigest Modifier and Type Method Description QuantileDigestPercentileEstValueAggregator. applyAggregatedValue(QuantileDigest value, QuantileDigest aggregatedValue)QuantileDigestPercentileEstValueAggregator. applyRawValue(QuantileDigest value, Object rawValue)QuantileDigestPercentileEstValueAggregator. cloneAggregatedValue(QuantileDigest value)QuantileDigestPercentileEstValueAggregator. deserializeAggregatedValue(byte[] bytes)QuantileDigestPercentileEstValueAggregator. getInitialAggregatedValue(Object rawValue)Methods in org.apache.pinot.segment.local.aggregator with parameters of type QuantileDigest Modifier and Type Method Description QuantileDigestPercentileEstValueAggregator. applyAggregatedValue(QuantileDigest value, QuantileDigest aggregatedValue)QuantileDigestPercentileEstValueAggregator. applyRawValue(QuantileDigest value, Object rawValue)QuantileDigestPercentileEstValueAggregator. cloneAggregatedValue(QuantileDigest value)byte[]PercentileEstValueAggregator. serializeAggregatedValue(QuantileDigest value) -
Uses of QuantileDigest in org.apache.pinot.segment.local.customobject
Methods in org.apache.pinot.segment.local.customobject that return QuantileDigest Modifier and Type Method Description static QuantileDigestQuantileDigest. fromByteBuffer(ByteBuffer byteBuffer)static QuantileDigestQuantileDigest. fromBytes(byte[] bytes)static QuantileDigestQuantileDigest. merge(List<QuantileDigest> digests)Methods in org.apache.pinot.segment.local.customobject with parameters of type QuantileDigest Modifier and Type Method Description booleanQuantileDigest. equivalent(QuantileDigest other)voidQuantileDigest. merge(QuantileDigest other)Method parameters in org.apache.pinot.segment.local.customobject with type arguments of type QuantileDigest Modifier and Type Method Description static QuantileDigestQuantileDigest. merge(List<QuantileDigest> digests)Constructors in org.apache.pinot.segment.local.customobject with parameters of type QuantileDigest Constructor Description QuantileDigest(QuantileDigest quantileDigest)SerializedQuantileDigest(QuantileDigest quantileDigest, double percentile) -
Uses of QuantileDigest in org.apache.pinot.segment.local.utils
Fields in org.apache.pinot.segment.local.utils with type parameters of type QuantileDigest Modifier and Type Field Description static CustomSerDeUtils.ObjectSerDe<QuantileDigest>CustomSerDeUtils. QUANTILE_DIGEST_SER_DE
-