| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.analytics |
A collection of interfaces for executing analytics queries.
|
| ai.grakn.graql.internal.query.analytics |
| Modifier and Type | Method and Description |
|---|---|
SumQuery |
ComputeQueryBuilder.sum() |
| Modifier and Type | Method and Description |
|---|---|
SumQuery |
SumQuery.in(Collection<Label> subLabels) |
SumQuery |
SumQuery.in(String... subTypeLabels) |
SumQuery |
SumQuery.of(Collection<Label> resourceLabels) |
SumQuery |
SumQuery.of(String... resourceTypeLabels) |
SumQuery |
SumQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
SumQuery |
ComputeQueryBuilderImpl.sum() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.