Class AggregatorUtil.ToQueryElementKey

  • All Implemented Interfaces:
    Function<Element,​Element>
    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 the View, the Identifiers and the Group. These act as a key and can be used in a Collector to do query aggregation.
    • Constructor Detail

      • ToQueryElementKey

        public ToQueryElementKey​(Schema schema,
                                 View view)
      • ToQueryElementKey

        public ToQueryElementKey​(Schema schema,
                                 View view,
                                 boolean includeMatchedVertex)