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