Package com.gpudb.protocol
Class AggregateStatisticsRequest.Options
java.lang.Object
com.gpudb.protocol.AggregateStatisticsRequest.Options
Enclosing class:
A set of string constants for the
AggregateStatisticsRequest parameter options.
Optional parameters.
Field Details
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: