Class | Description |
---|---|
JSONBuildAsAggregator |
Class JSONBuildAsAggregator provides for the ability to create new JSON objects from aggregated tuple values.
|
JSONBuildAsFunction |
Class JSONBuildAsFunction provides for the ability to create new JSON objects from streamed tuple values.
|
JSONBuildIntoFunction |
Class JSONBuildIntoFunction provides for the ability to update existing JSON objects from streamed tuple values.
|
JSONCoercibleType |
Class JSONCoercibleType is a
NestedCoercibleType that provides support
for JSON object types. |
JSONCopyAsFunction |
Class JSONCopyAsFunction provides for the ability to create new JSON objects from an existing
JSON object.
|
JSONCopyIntoFunction |
Class JSONCopyIntoFunction provides for the ability to update an existing JSON objects from an existing
JSON object.
|
JSONCreateFunction |
Class JSONCreateFunction provides for the ability to simply set multiple tuple values onto a new JSON object.
|
JSONGetFunction |
Class JSONGetFunction provides for the ability to convert a JSON object into multiple tuple values.
|
JSONRegexFilter |
Class JSONRegexFilter provides for the ability to to filter a tuple stream based on the values in a JSON object.
|
JSONSetFunction |
Class JSONSetFunction provides for the ability to simply set multiple tuple values onto an existing JSON object.
|
Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.