Interface | Description |
---|---|
NestedCoercibleType<Node,Result> | |
Transform<Node> |
Class | Description |
---|---|
BasePointerFilter<Node,Result> | |
BuildSpec |
Class BuildSpec is used to declare how a key value maps into a new or existing nested object type.
|
CopySpec |
Class CopySpec is used to declare a mapping of parts of one nested object into a new or existing nested object type.
|
NestedBaseBuildAggregator<Node,Result> |
Class NestedBaseBuildAggregator is the base class for
Aggregator implementations that rely on the
BuildSpec class when declaring transformations on nested object types. |
NestedBaseBuildFunction<Node,Result> | |
NestedBaseBuildFunction.Context | |
NestedBaseCopyFunction<Node,Result> | |
NestedBaseCopyFunction.Context | |
NestedBaseFunction<Node,Result> | |
NestedBaseOperation<Node,Result,Context> | |
NestedCreateFunction<Node,Result> |
Class NestedCreateFunction is the base class for
Function implementations that want to simply store
values in a new nested object tree. |
NestedGetFunction<Node,Result> |
Class NestedGetFunction is the base class for
Function implementations that want to simply retrieve
values in nested object trees and return them as tuple fields. |
NestedRegexFilter<Node,Results> |
Class NestedRegexFilter is the base class for
Filter implementations that want to filter a tuple stream
based on the values in a nested object tree. |
NestedSetFunction<Node,Result> |
Class NestedSetFunction is the base class for
Function implementations that want to simply store
values in an existing nested object tree. |
NestedSpecBaseOperation<Node,Result,Context> |
Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.