static void |
ReduceAggregationFunction.combine(NullableBooleanState state,
NullableBooleanState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ReduceAggregationFunction.combine(NullableDoubleState state,
NullableDoubleState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ReduceAggregationFunction.combine(NullableLongState state,
NullableLongState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ReduceAggregationFunction.input(NullableBooleanState state,
Object value,
boolean initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ReduceAggregationFunction.input(NullableDoubleState state,
Object value,
double initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ReduceAggregationFunction.input(NullableLongState state,
Object value,
long initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |