Package com.gpudb.protocol
Class AggregateStatisticsByRangeRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
-
- Enclosing class:
- AggregateStatisticsByRangeRequest
public static final class AggregateStatisticsByRangeRequest.Options extends Object
A set of string constants for theAggregateStatisticsByRangeRequestparameteroptions.Map of optional parameters:
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDITIONAL_COLUMN_NAMESA list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.static StringBIN_VALUESA list of comma separated binning-column values.static StringORDER_COLUMN_NAMEName of the column used for candlestick charting techniques.static StringWEIGHT_COLUMN_NAMEName of the column used as weighting column for the weighted_average statistic.
-
-
-
Field Detail
-
ADDITIONAL_COLUMN_NAMES
public static final String ADDITIONAL_COLUMN_NAMES
A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.- See Also:
- Constant Field Values
-
BIN_VALUES
public static final String BIN_VALUES
A list of comma separated binning-column values. Values that match the nth bin_values value are placed in the nth bin.- See Also:
- Constant Field Values
-
WEIGHT_COLUMN_NAME
public static final String WEIGHT_COLUMN_NAME
Name of the column used as weighting column for the weighted_average statistic.- See Also:
- Constant Field Values
-
ORDER_COLUMN_NAME
public static final String ORDER_COLUMN_NAME
Name of the column used for candlestick charting techniques.- See Also:
- Constant Field Values
-
-