Package one.microstream.util.cql
Class CqlAggregation.Default<I,R>
java.lang.Object
one.microstream.util.cql.CqlQuery.Abstract<I,I,R>
one.microstream.util.cql.CqlAggregation.Default<I,R>
- All Implemented Interfaces:
- CqlAggregation<I,R>,- CqlQuery<I,I,R>
- Enclosing interface:
- CqlAggregation<I,R>
public static final class CqlAggregation.Default<I,R> extends CqlQuery.Abstract<I,I,R> implements CqlAggregation<I,R>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.util.cql.CqlAggregationCqlAggregation.Default<I,R>Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlQueryCqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryMethods inherited from class one.microstream.util.cql.CqlQuery.AbstractgetLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSourceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.util.cql.CqlAggregationexecute, executeOn, from, into, into, limit, orderBy, over, project, select, skip, targetingMethods inherited from interface one.microstream.util.cql.CqlQueryexecuteInto, executeInto, executeInto, executeInto, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into
- 
Constructor Details- 
Defaultpublic Default()
 
-