Package | Description |
---|---|
com.yahoo.bullet.query.aggregations | |
com.yahoo.bullet.querying.aggregations.grouping |
Constructor and Description |
---|
GroupAll(Set<GroupOperation> operations)
Constructor that creates a GROUP aggregation with a set of group operations.
|
GroupBy(Integer size,
Map<String,String> fields,
Set<GroupOperation> operations)
Constructor that creates a GROUP aggregation with a specified max size and fields.
|
Modifier and Type | Field and Description |
---|---|
protected Map<GroupOperation,Number> |
GroupData.metrics |
Modifier and Type | Method and Description |
---|---|
static Map<GroupOperation,Number> |
GroupData.makeInitialMetrics(Set<GroupOperation> operations)
|
Modifier and Type | Method and Description |
---|---|
static String |
GroupData.getResultName(GroupOperation operation)
Returns the name of the result field to use for the given
GroupOperation . |
Modifier and Type | Method and Description |
---|---|
static Map<GroupOperation,Number> |
GroupData.makeInitialMetrics(Set<GroupOperation> operations)
|
Constructor and Description |
---|
CachingGroupData(Map<String,String> groupFields,
Map<String,String> fieldAliases,
Map<GroupOperation,Number> metrics)
Constructor that initializes the CachingGroupData with an existing
Map of GroupOperation to values and
a Map of Strings that represent the group fields. |
GroupData(Map<String,String> groupFields,
Map<String,String> fieldAliases,
Map<GroupOperation,Number> metrics)
Constructor that initializes the GroupData with an existing
Map of GroupOperation to values and
a Map of Strings that represent the group fields. |
GroupData(Map<String,String> groupFields,
Set<GroupOperation> operations)
Constructor that initializes the GroupData with a
Set of GroupOperation and a Map of
Strings that represent the group fields. |
GroupData(Set<GroupOperation> operations)
Constructor that initializes the GroupData with a
Set of GroupOperation . |
Copyright © 2021. All rights reserved.