See: Description
| Interface | Description |
|---|---|
| Aggregate<T,S> |
An aggregate operation to perform on a query.
|
| AggregateQuery<T> |
An aggregate query produced from a
MatchQuery. |
| AskQuery |
A query that will return whether a match query can be found in the graph.
|
| ComputeQuery<T> |
A query that triggers an analytics OLAP computation on a graph.
|
| ComputeQueryBuilder |
Starting point for creating compute queries.
|
| DeleteQuery |
A query for deleting concepts from a match query.
|
| InsertQuery |
A query for inserting data.
|
| MatchQuery |
a query used for finding data in a graph that matches the given patterns.
|
| NamedAggregate<T,S> |
An aggregate operation with an associated name.
|
| Pattern |
A pattern describing a subgraph.
|
| Printer<T> |
Interface describing a way to print Graql objects.
|
| Query<T> |
A Graql query of any kind.
|
| QueryBuilder |
Starting point for creating queries
|
| Streamable<T> |
An interface describing something that can be streamed, or iterated over.
|
| ValuePredicate |
a atom on a value in a query.
|
| Var |
A variable in a Graql query
|
| VarPattern |
A variable together with its properties.
|
| Class | Description |
|---|---|
| Autocomplete |
An autocomplete result suggesting keywords, types and variables that the user may wish to type
|
| Graql |
Main class containing static methods for creating Graql queries.
|
| GraqlShell |
A Graql REPL shell that can be run from the command line
|
| JsonSession |
Websocket session for sending and receiving JSON
|
| Enum | Description |
|---|---|
| Order |
Ordering for match query results
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.