Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompositeAggregator<K, V>

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

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected @class

@class: string

Server-side EntryAggregator implementation type identifier.

aggregators

aggregators: Array<EntryAggregator>

Protected Optional extractor

extractor: ValueExtractor

The extractor.ValueExtractor to apply when aggregating results.

Methods

andThen