| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function.processor |
| Class and Description |
|---|
| Aggregator
An
Aggregator is a Processor that applies
AggregateFunctions to a set of input Tuples, combining them to
produce a single output tuple. |
| Aggregator.Builder
Implementation of the Builder pattern for
Aggregator. |
| Filter |
| Filter.Builder
Implementation of the Builder pattern for
Filter. |
| Processor |
| Transformer
A
Transformer is a Processor that applies
TransformFunctions to Tuples, changing their contents in some
way, whether that be modification of existing values or creation of new ones. |
| Transformer.Builder
Implementation of the Builder pattern for
Transformer. |
Copyright © 2017. All rights reserved.