static void |
MergeHyperLogLogAggregation.combine(HyperLogLogState state,
HyperLogLogState otherState) |
static void |
DefaultApproximateCountDistinctAggregation.combineState(HyperLogLogState state,
HyperLogLogState otherState) |
static void |
ApproximateSetAggregation.combineState(HyperLogLogState state,
HyperLogLogState otherState) |
static void |
ApproximateCountDistinctAggregation.combineState(HyperLogLogState state,
HyperLogLogState otherState) |
static void |
DefaultApproximateCountDistinctAggregation.evaluateFinal(HyperLogLogState state,
BlockBuilder out) |
static void |
ApproximateSetAggregation.evaluateFinal(HyperLogLogState state,
BlockBuilder out) |
static void |
ApproximateCountDistinctAggregation.evaluateFinal(HyperLogLogState state,
BlockBuilder out) |
static void |
DefaultApproximateCountDistinctAggregation.input(HyperLogLogState state,
Block block,
int index) |
static void |
ApproximateCountDistinctAggregation.input(HyperLogLogState state,
Block block,
int index,
double maxStandardError) |
static void |
ApproximateSetAggregation.input(HyperLogLogState state,
double value) |
static void |
ApproximateSetAggregation.input(HyperLogLogState state,
long value) |
static void |
ApproximateSetAggregation.input(HyperLogLogState state,
io.airlift.slice.Slice value) |
static void |
MergeHyperLogLogAggregation.input(HyperLogLogState state,
io.airlift.slice.Slice value) |
static void |
DefaultApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
double value) |
static void |
ApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
double value,
double maxStandardError) |
static void |
DefaultApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
long value) |
static void |
ApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
long value,
double maxStandardError) |
static void |
DefaultApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
io.airlift.slice.Slice value) |
static void |
ApproximateCountDistinctAggregation.input(MethodHandle methodHandle,
HyperLogLogState state,
io.airlift.slice.Slice value,
double maxStandardError) |
static void |
MergeHyperLogLogAggregation.output(HyperLogLogState state,
BlockBuilder out) |