public final class MergeHyperLogLogAggregation extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(HyperLogLogState state,
HyperLogLogState otherState) |
static void |
input(HyperLogLogState state,
io.airlift.slice.Slice value) |
static void |
output(HyperLogLogState state,
BlockBuilder out) |
public static void input(HyperLogLogState state, io.airlift.slice.Slice value)
public static void combine(HyperLogLogState state, HyperLogLogState otherState)
public static void output(HyperLogLogState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.