Package com.gpudb.protocol
Class AggregateHistogramRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AggregateHistogramRequest.Options
-
- Enclosing class:
- AggregateHistogramRequest
public static final class AggregateHistogramRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENDThe end parameter for char types.static StringINTERVALThe interval parameter for char types.static StringSTARTThe start parameter for char types.static StringVALUE_COLUMNThe name of the column to use when calculating the bin values (values are summed).
-
-
-
Field Detail
-
VALUE_COLUMN
public static final String 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).- See Also:
- Constant Field Values
-
START
public static final String START
The start parameter for char types.- See Also:
- Constant Field Values
-
END
public static final String END
The end parameter for char types.- See Also:
- Constant Field Values
-
INTERVAL
public static final String INTERVAL
The interval parameter for char types.- See Also:
- Constant Field Values
-
-