T - the type of the query to perform the aggregate operation onS - the type of the result of the aggregate operationpublic interface NamedAggregate<T,S>
| Modifier and Type | Method and Description |
|---|---|
Aggregate<T,S> |
getAggregate()
Get the aggregate this named aggregate represents.
|
String |
getName()
Get the name of this aggregate.
|
@CheckReturnValue Aggregate<T,S> getAggregate()
@CheckReturnValue String getName()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.