| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
MatchQuery.orderBy(String varName,
Order order)
Order the results by degree
|
MatchQuery |
MatchQuery.orderBy(Var varName,
Order order)
Order the results by degree
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.