public final class ApproximateLongPercentileAggregations extends Object
Modifier and Type | Method and Description |
---|---|
static void |
combine(DigestAndPercentileState state,
DigestAndPercentileState otherState) |
static void |
input(DigestAndPercentileState state,
long value,
double percentile) |
static void |
input(DigestAndPercentileState state,
long value,
double percentile,
double accuracy) |
static void |
output(DigestAndPercentileState state,
BlockBuilder out) |
static void |
weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile) |
static void |
weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile,
double accuracy) |
public static void input(DigestAndPercentileState state, long value, double percentile)
public static void input(DigestAndPercentileState state, long value, double percentile, double accuracy)
public static void weightedInput(DigestAndPercentileState state, long value, long weight, double percentile)
public static void weightedInput(DigestAndPercentileState state, long value, long weight, double percentile, double accuracy)
public static void combine(DigestAndPercentileState state, DigestAndPercentileState otherState)
public static void output(DigestAndPercentileState state, BlockBuilder out)
Copyright © 2012–2022. All rights reserved.