- 
Methods in one.microstream.util.cql that return CqlAggregation 
| Modifier and Type | 
Method | 
Description | 
static <I,
R> CqlAggregation<I,R> | 
CQL.aggregate(Supplier<R> supplier,
BiConsumer<I,R> linker) | 
  | 
static <I,
R extends Sortable<I>> CqlAggregation<I,R> | 
CQL.aggregate(Supplier<R> supplier,
BiConsumer<I,R> linker,
Comparator<? super I> order) | 
  | 
static <I,
R> CqlAggregation<I,R> | 
CQL.aggregate(Supplier<R> supplier,
BiConsumer<I,R> linker,
Consumer<? super R> finalizer) | 
  | 
static <I,
R> CqlAggregation<I,R> | 
CQL.aggregate(CqlResultor<I,R> aggregator) | 
  | 
static <I,
R> CqlAggregation<I,R> | 
CQL.Aggregation() | 
  | 
default CqlAggregation<I,R> | 
CqlAggregation.from(XIterable<? extends I> source) | 
  | 
default CqlAggregation<I,R> | 
CqlAggregation.limit(Number count) | 
  | 
static <I,
R> CqlAggregation<I,R> | 
CqlAggregation.New() | 
  | 
static <I,
R> CqlAggregation<I,R> | 
CqlAggregation.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> order,
CqlResultor<I,R> resultor) | 
  | 
default CqlAggregation<I,R> | 
CqlAggregation.orderBy(Comparator<? super I> order) | 
  | 
default <R1> CqlAggregation<I,R1> | 
CqlAggregation.over(CqlResultor<I,R1> resultor) | 
  | 
default <R1> CqlAggregation<I,R1> | 
CqlSelection.over(CqlResultor<I,R1> resultor) | 
  | 
default CqlAggregation<I,R> | 
CqlAggregation.select(Predicate<? super I> selector) | 
  | 
default CqlAggregation<I,R> | 
CqlAggregation.skip(Number count) | 
  | 
default <R1> CqlAggregation<I,R1> | 
CqlAggregation.targeting(Aggregator<I,R1> collector) | 
  |