public class NestedBaseOperation<Node,Result,Context> extends cascading.operation.BaseOperation<Context>
| Modifier and Type | Field and Description |
|---|---|
protected NestedCoercibleType<Node,Result> |
nestedCoercibleType |
| Constructor and Description |
|---|
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType) |
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
cascading.tuple.Fields fieldDeclaration) |
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
int numArgs,
cascading.tuple.Fields fieldDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
deepCopy(Node node) |
protected cascading.tuple.type.CoercibleType<Node> |
getCoercibleType() |
protected Node |
getLiteralNode(java.lang.Object value) |
protected heretical.pointer.path.NestedPointerCompiler<Node,Result> |
getNestedPointerCompiler() |
protected Node |
getRootNode() |
protected java.lang.Iterable<Node> |
iterable(Result node) |
protected int |
size(Result node) |
protected final NestedCoercibleType<Node,Result> nestedCoercibleType
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType)
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, cascading.tuple.Fields fieldDeclaration)
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, int numArgs, cascading.tuple.Fields fieldDeclaration)
protected heretical.pointer.path.NestedPointerCompiler<Node,Result> getNestedPointerCompiler()
protected cascading.tuple.type.CoercibleType<Node> getCoercibleType()
protected Node getRootNode()
protected Node getLiteralNode(java.lang.Object value)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.