Class AggregateStatisticsByRangeRequest.Options

    • 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