public abstract class NestedSpecBaseOperation<Node,Result,Context> extends NestedBaseOperation<Node,Result,Context>
nestedCoercibleType| Constructor and Description |
|---|
NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
cascading.tuple.Fields fieldDeclaration) |
NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
int numArgs,
cascading.tuple.Fields fieldDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
getArgument(cascading.operation.OperationCall<?> operationCall) |
protected Node |
getResultNode(cascading.operation.OperationCall<Context> operationCall) |
protected abstract boolean |
isInto() |
void |
prepare(cascading.flow.FlowProcess flowProcess,
cascading.operation.OperationCall<Context> operationCall) |
deepCopy, getCoercibleType, getLiteralNode, getNestedPointerCompiler, getRootNode, iterable, sizepublic NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, cascading.tuple.Fields fieldDeclaration)
public NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, int numArgs, cascading.tuple.Fields fieldDeclaration)
public void prepare(cascading.flow.FlowProcess flowProcess, cascading.operation.OperationCall<Context> operationCall)
protected abstract boolean isInto()
protected Node getResultNode(cascading.operation.OperationCall<Context> operationCall)
protected Node getArgument(cascading.operation.OperationCall<?> operationCall)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.