CompositeAggregator provides an ability to execute a collection of aggregators against the same subset of the entries in an Map, resulting in a list of corresponding aggregation results. The size of the returned list will always be equal to the length of the aggregators' array.

Type Parameters

  • K = any

  • V = any

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

@class: string

Server-side EntryAggregator implementation type identifier.

aggregators: EntryAggregator<any, any, any>[]
extractor?: ValueExtractor

The ValueExtractor to apply when aggregating results.

Methods