Package uk.gov.gchq.gaffer.store.util
Class AggregatorUtil.ToIngestElementKey
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<Element,Element>
-
- uk.gov.gchq.gaffer.store.util.AggregatorUtil.ToElementKey
-
- uk.gov.gchq.gaffer.store.util.AggregatorUtil.ToIngestElementKey
-
- Enclosing class:
- AggregatorUtil
public static class AggregatorUtil.ToIngestElementKey extends AggregatorUtil.ToElementKey
A Function that takes and element as input and outputs an element key that consists of the Group-by values in theSchema
, the Identifiers and the Group. These act as a key and can be used in a Collector to do ingest aggregation.
-
-
Constructor Summary
Constructors Constructor Description ToIngestElementKey(Schema schema)
-
-
-
Constructor Detail
-
ToIngestElementKey
public ToIngestElementKey(Schema schema)
-
-