Package uk.gov.gchq.gaffer.store.util
Class AggregatorUtil.ToQueryElementKey
- 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.ToQueryElementKey
-
- Enclosing class:
- AggregatorUtil
public static class AggregatorUtil.ToQueryElementKey extends AggregatorUtil.ToElementKey
A Function that takes and element as input and outputs an element key that consists of the Group-by values in theView
, the Identifiers and the Group. These act as a key and can be used in a Collector to do query aggregation.
-
-
Constructor Summary
Constructors Constructor Description ToQueryElementKey(Schema schema, View view)
ToQueryElementKey(Schema schema, View view, boolean includeMatchedVertex)
-