Package com.gpudb.protocol
Class AggregateStatisticsRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AggregateStatisticsRequest.Options
-
- Enclosing class:
- AggregateStatisticsRequest
public static final class AggregateStatisticsRequest.Options extends Object
A set of string constants for theAggregateStatisticsRequestparameteroptions.Optional parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDITIONAL_COLUMN_NAMESA list of comma separated column names over which statistics can be accumulated along with the primary column.static StringWEIGHT_COLUMN_NAMEName of column used as weighting attribute for the weighted average statistic.
-
-
-
Field Detail
-
ADDITIONAL_COLUMN_NAMES
public static final String ADDITIONAL_COLUMN_NAMES
A list of comma separated column names over which statistics can be accumulated along with the primary column. All columns listed andcolumnNamemust be of the same type. Must not include the column specified incolumnNameand no column can be listed twice.- See Also:
- Constant Field Values
-
WEIGHT_COLUMN_NAME
public static final String WEIGHT_COLUMN_NAME
Name of column used as weighting attribute for the weighted average statistic.- See Also:
- Constant Field Values
-
-