public static class AggregateNode.IntSum extends Object
SUM over INTEGER values as a user-defined
aggregate.| Constructor and Description |
|---|
IntSum() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(int accumulator,
int v) |
int |
init() |
int |
merge(int accumulator0,
int accumulator1) |
int |
result(int accumulator) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.