Class Aggregate (3.35.1)

public final class Aggregate extends Stage

Inheritance

java.lang.Object > Stage > Aggregate

Static Methods

withAccumulators(AliasedAggregate[] accumulators)

public static Aggregate withAccumulators(AliasedAggregate[] accumulators)
Parameter
Name Description
accumulators AliasedAggregate[]
Returns
Type Description
Aggregate

Methods

withGroups(Selectable[] selectables)

public Aggregate withGroups(Selectable[] selectables)
Parameter
Name Description
selectables Selectable[]
Returns
Type Description
Aggregate

withGroups(String[] fields)

public Aggregate withGroups(String[] fields)
Parameter
Name Description
fields String[]
Returns
Type Description
Aggregate

withOptions(AggregateOptions options)

public Aggregate withOptions(AggregateOptions options)
Parameter
Name Description
options AggregateOptions
Returns
Type Description
Aggregate