public static final class AggregateStatisticsRequest.Options extends Object
AggregateStatisticsRequest
parameter options.
Optional parameters.
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_COLUMN_NAMES
A list of comma separated column names over which statistics can be
accumulated along with the primary column.
|
static String |
WEIGHT_COLUMN_NAME
Name of column used as weighting attribute for the weighted average
statistic.
|
public static final String ADDITIONAL_COLUMN_NAMES
columnName must be of the same type. Must
not include the column specified in columnName and no column can be listed twice.public static final String WEIGHT_COLUMN_NAME
Copyright © 2025. All rights reserved.