static void |
RealGeometricMeanAggregations.combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
IntervalYearToMonthAverageAggregation.combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
IntervalDayToSecondAverageAggregation.combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
AverageAggregations.combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
GeometricMeanAggregations.combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
AverageAggregations.input(LongAndDoubleState state,
double value) |
static void |
GeometricMeanAggregations.input(LongAndDoubleState state,
double value) |
static void |
RealGeometricMeanAggregations.input(LongAndDoubleState state,
long value) |
static void |
IntervalYearToMonthAverageAggregation.input(LongAndDoubleState state,
long value) |
static void |
IntervalDayToSecondAverageAggregation.input(LongAndDoubleState state,
long value) |
static void |
AverageAggregations.input(LongAndDoubleState state,
long value) |
static void |
GeometricMeanAggregations.input(LongAndDoubleState state,
long value) |
static void |
RealGeometricMeanAggregations.output(LongAndDoubleState state,
BlockBuilder out) |
static void |
IntervalYearToMonthAverageAggregation.output(LongAndDoubleState state,
BlockBuilder out) |
static void |
IntervalDayToSecondAverageAggregation.output(LongAndDoubleState state,
BlockBuilder out) |
static void |
AverageAggregations.output(LongAndDoubleState state,
BlockBuilder out) |
static void |
GeometricMeanAggregations.output(LongAndDoubleState state,
BlockBuilder out) |