public interface MinQuery extends ComputeQuery<Optional<Number>>
| Modifier and Type | Method and Description |
|---|---|
Optional<Number> |
execute()
Execute the query.
|
MinQuery |
in(Collection<Label> subLabels) |
MinQuery |
in(String... subTypeLabels) |
MinQuery |
of(Collection<Label> resourceLabels) |
MinQuery |
of(String... resourceTypeLabels) |
MinQuery |
withGraph(GraknGraph graph) |
killisReadOnly, resultsStringMinQuery of(String... resourceTypeLabels)
resourceTypeLabels - an array of types of resources to execute the query onMinQuery of(Collection<Label> resourceLabels)
resourceLabels - a collection of types of resources to execute the query onMinQuery in(String... subTypeLabels)
in in interface ComputeQuery<Optional<Number>>subTypeLabels - an array of types to include in the subgraphMinQuery in(Collection<Label> subLabels)
in in interface ComputeQuery<Optional<Number>>subLabels - a collection of types to include in the subgraphMinQuery withGraph(GraknGraph graph)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.