| Package | Description |
|---|---|
| ai.grakn.graql | |
| ai.grakn.graql.internal.query.match |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
default MatchQuery |
MatchQueryInternal.orderBy(String varName,
Order order) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.