Uses of Class
uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
Packages that use Aggregate Package Description uk.gov.gchq.gaffer.operation.impl.function uk.gov.gchq.gaffer.store.operation.handler.function -
-
Uses of Aggregate in uk.gov.gchq.gaffer.operation.impl.function
Methods in uk.gov.gchq.gaffer.operation.impl.function that return Aggregate Modifier and Type Method Description Aggregate
Aggregate. shallowClone()
-
Uses of Aggregate in uk.gov.gchq.gaffer.store.operation.handler.function
Methods in uk.gov.gchq.gaffer.store.operation.handler.function with parameters of type Aggregate Modifier and Type Method Description Iterable<? extends Element>
AggregateHandler. doOperation(Aggregate operation, Context context, Store store)
Iterable<? extends Element>
AggregateHandler. doOperation(Aggregate operation, Schema schema)
-