public class RealCorrelationAggregation extends Object
Modifier and Type | Method and Description |
---|---|
static void |
combine(CorrelationState state,
CorrelationState otherState) |
static void |
corr(CorrelationState state,
BlockBuilder out) |
static void |
input(CorrelationState state,
long dependentValue,
long independentValue) |
public static void input(CorrelationState state, long dependentValue, long independentValue)
public static void combine(CorrelationState state, CorrelationState otherState)
public static void corr(CorrelationState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.