| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.internal.query.aggregate |
| Modifier and Type | Method and Description |
|---|---|
NamedAggregate<T,S> |
Aggregate.as(String name)
Return a
NamedAggregate. |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> Aggregate<S,Map<String,T>> |
Graql.select(NamedAggregate<? super S,? extends T>... aggregates)
Create an aggregate that will collect together several named aggregates into a map.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T> Aggregate<S,Map<String,T>> |
Graql.select(Set<NamedAggregate<? super S,? extends T>> aggregates)
Create an aggregate that will collect together several named aggregates into a map.
|
| Modifier and Type | Method and Description |
|---|---|
NamedAggregate<T,S> |
AbstractAggregate.as(String name) |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> Aggregate<S,Map<String,T>> |
Aggregates.select(com.google.common.collect.ImmutableSet<NamedAggregate<? super S,? extends T>> aggregates)
An aggregate that combines several aggregates together into a map (where keys are the names of the aggregates)
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.