| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
Aggregator<R>
An
Aggregator is a Processor that applies
AggregateFunctions to a set of input Tuples, combining them to
produce a single output tuple. |
class |
Filter<R>
|
class |
Transformer<R>
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. |
| Modifier and Type | Method and Description |
|---|---|
abstract Processor<R,C> |
Processor.clone() |
Copyright © 2017. All rights reserved.