Uses of Class
uk.gov.gchq.gaffer.operation.impl.function.Aggregate.Builder
-
Packages that use Aggregate.Builder Package Description uk.gov.gchq.gaffer.operation.impl.function -
-
Uses of Aggregate.Builder in uk.gov.gchq.gaffer.operation.impl.function
Methods in uk.gov.gchq.gaffer.operation.impl.function that return Aggregate.Builder Modifier and Type Method Description Aggregate.Builder
Aggregate.Builder. edge(String group, AggregatePair pair)
Aggregate.Builder
Aggregate.Builder. edges(Map<String,AggregatePair> edges)
Aggregate.Builder
Aggregate.Builder. entities(Map<String,AggregatePair> entities)
Aggregate.Builder
Aggregate.Builder. entity(String group, AggregatePair pair)
-