| 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 |
|---|---|
MedianQuery |
ComputeQueryBuilder.median() |
| Modifier and Type | Method and Description |
|---|---|
MedianQuery |
MedianQuery.in(Collection<Label> subLabels) |
MedianQuery |
MedianQuery.in(String... subTypeLabels) |
MedianQuery |
MedianQuery.of(Collection<Label> resourceLabels) |
MedianQuery |
MedianQuery.of(String... resourceTypeLabels) |
MedianQuery |
MedianQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
MedianQuery |
ComputeQueryBuilderImpl.median() |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.