public class SumLongNestedAggregate<Node> extends BaseNumberNestedAggregate<Node,java.lang.Long,BaseNumberNestedAggregate.BaseContext<java.lang.Long,Node>>
NestedAggregate implementation for summing
long values collected from the parent container object.| Modifier and Type | Class and Description |
|---|---|
static class |
SumLongNestedAggregate.Context<Node> |
BaseNumberNestedAggregate.BaseContext<Type,Node>aggregateType, fieldDeclaration| Constructor and Description |
|---|
SumLongNestedAggregate(cascading.tuple.Fields declaredFields) |
| Modifier and Type | Method and Description |
|---|---|
SumLongNestedAggregate.Context<Node> |
createContext(cascading.tuple.type.CoercibleType<Node> nestedCoercibleType) |
aggregate, complete, discardNullValues, getFieldDeclaration, resetContext, returnNullForEmpty@ConstructorProperties(value="declaredFields") public SumLongNestedAggregate(cascading.tuple.Fields declaredFields)
public SumLongNestedAggregate.Context<Node> createContext(cascading.tuple.type.CoercibleType<Node> nestedCoercibleType)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.