Package uk.gov.gchq.gaffer.store.util
Utility classes for the store classes.
-
Class Summary Class Description AggregatorUtil Utility methods to help with doing aggregation of elements.AggregatorUtil.IngestElementBinaryOperator AggregatorUtil.IngestPropertiesBinaryOperator AggregatorUtil.IsElementAggregated AggregatorUtil.QueryElementBinaryOperator AggregatorUtil.QueryPropertiesBinaryOperator AggregatorUtil.ToElementKey AggregatorUtil.ToIngestElementKey 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.AggregatorUtil.ToQueryElementKey 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.