| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAggregateFunction<T>
An
SimpleAggregateFunction is an AggregateFunction
that takes a single input and returns a single output when state is called. |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregateFunction |
AggregateFunction.statelessClone()
Create a deep copy of this
AggregateFunction, with it's internal state initialised. |
| Modifier and Type | Method and Description |
|---|---|
Aggregator.Builder<R> |
Aggregator.Builder.execute(AggregateFunction function)
Set the
AggregateFunction to be executed by the current
PassThroughFunctionContext. |
Copyright © 2017. All rights reserved.