public static final class AggregateHistogramRequest.Options extends Object
VALUE_COLUMN
: The name of the column to use when calculating the bin
values (values are summed). The column must be a numerical type (int,
double, long, float).
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
VALUE_COLUMN
The name of the column to use when calculating the bin values
(values are summed).
|
public static final String VALUE_COLUMN
Copyright © 2020. All rights reserved.