See: Description
| Interface | Description |
|---|---|
| ClusterQuery<T> |
Compute the connected components in the subgraph.
|
| CountQuery |
Count the number of instances in the subgraph.
|
| DegreeQuery |
Compute the number of relations that each instance takes part in.
|
| MaxQuery |
Compute the maximum value of the selected resource-type.
|
| MeanQuery |
Compute the mean of the selected resource-type.
|
| MedianQuery |
Compute the median of the selected resource-type.
|
| MinQuery |
Compute the minimum value of the selected resource-type.
|
| PathQuery |
Compute the shortest path between two instances.
|
| StdQuery |
Compute the standard deviation of the selected resource-type.
|
| SumQuery |
Compute the sum of the selected resource-type.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.