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 Summary
Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlAggregation
CqlAggregation.Default<I,R>
Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlQuery
CqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Methods inherited from class one.microstream.util.cql.CqlQuery.Abstract
getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.util.cql.CqlAggregation
execute, executeOn, from, into, into, limit, orderBy, over, project, select, skip, targeting
Methods inherited from interface one.microstream.util.cql.CqlQuery
executeInto, executeInto, executeInto, executeInto, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into
-
Constructor Details
-
Default
public Default()
-