| Package | Description |
|---|---|
| io.mindmaps.graql | |
| io.mindmaps.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) |
Copyright © 2016. All rights reserved.