| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.internal.query |
| Modifier and Type | Method and Description |
|---|---|
<S> AggregateQuery<S> |
MatchQuery.aggregate(Aggregate<? super Answer,S> aggregate)
Aggregate results of a query.
|
AggregateQuery<T> |
AggregateQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static <T> AggregateQuery<T> |
Queries.aggregate(MatchQueryAdmin matchQuery,
Aggregate<? super Answer,T> aggregate) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.