public class GroupAll extends Aggregation
size, type
Constructor and Description |
---|
GroupAll(Set<GroupOperation> operations)
Constructor that creates a GROUP aggregation with a set of group operations.
|
Modifier and Type | Method and Description |
---|---|
Strategy |
getStrategy(BulletConfig config)
Returns a new
Strategy instance that handles this aggregation. |
String |
toString() |
configure, getFields
public GroupAll(Set<GroupOperation> operations)
operations
- The non-null set of group operations.public Strategy getStrategy(BulletConfig config)
Aggregation
Strategy
instance that handles this aggregation.getStrategy
in class Aggregation
config
- The BulletConfig
containing configuration for the strategy.public String toString()
toString
in class Aggregation
Copyright © 2021. All rights reserved.