| 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 |
|---|---|
ClusterQuery<Map<String,Long>> |
ComputeQueryBuilder.cluster() |
| Modifier and Type | Method and Description |
|---|---|
ClusterQuery<T> |
ClusterQuery.clusterSize(long clusterSize) |
ClusterQuery<T> |
ClusterQuery.in(Collection<Label> subLabels) |
ClusterQuery<T> |
ClusterQuery.in(String... subTypeLabels) |
ClusterQuery<Map<String,Set<String>>> |
ClusterQuery.members()
Return the instances in each cluster after executing the query.
|
ClusterQuery<T> |
ClusterQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
ClusterQuery<Map<String,Long>> |
ComputeQueryBuilderImpl.cluster() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.