public final class IntervalDayToSecondAverageAggregation extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(LongAndDoubleState state,
LongAndDoubleState otherState) |
static void |
input(LongAndDoubleState state,
long value) |
static void |
output(LongAndDoubleState state,
BlockBuilder out) |
public static void input(LongAndDoubleState state, long value)
public static void combine(LongAndDoubleState state, LongAndDoubleState otherState)
public static void output(LongAndDoubleState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.