public class JSONBuildAsAggregator extends cascading.nested.core.NestedBaseBuildAggregator<JsonNode,ArrayNode>
for more details.,
Serialized Form| Constructor and Description |
|---|
JSONBuildAsAggregator(cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.BuildSpec... buildSpecs)
Creates a new JSONBuildAsAggregator instance.
|
JSONBuildAsAggregator(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.BuildSpec... buildSpecs)
Creates a new JSONBuildAsAggregator instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isInto() |
aggregate, complete, prepare, startgetArgument, getResultNodedeepCopy, getCoercibleType, getLiteralNode, getNestedPointerCompiler, getRootNode, iterable, sizecleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, printOperationInternal, toString, toStringInternal@ConstructorProperties(value={"fieldDeclaration","buildSpecs"})
public JSONBuildAsAggregator(cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.BuildSpec... buildSpecs)
fieldDeclaration - of FieldsbuildSpecs - of BuildSpec...@ConstructorProperties(value={"coercibleType","fieldDeclaration","buildSpecs"})
public JSONBuildAsAggregator(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.BuildSpec... buildSpecs)
coercibleType - of JSONCoercibleTypefieldDeclaration - of FieldsbuildSpecs - of BuildSpec...Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.