AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setColumnName(String columnName) |
Name of the binning-column used to divide the set samples into bins.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setEnd(double end) |
The upper bound of the binning-column.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setInterval(double interval) |
The interval of a bin.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setOptions(Map<String,String> options) |
Map of optional parameters:
ADDITIONAL_COLUMN_NAMES:
A list of comma separated value-column names over which
statistics can be accumulated along with the primary
value_column.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setSelectExpression(String selectExpression) |
For a non-empty expression statistics are calculated for those records
for which the expression is true.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setStart(double start) |
The lower bound of the binning-column.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setStats(String stats) |
A string of comma separated list of the statistics to calculate,
e.g. 'sum,mean'.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setTableName(String tableName) |
Name of the table on which the ranged-statistics operation will be
performed, in [schema_name.]table_name format, using standard name resolution rules.
|
AggregateStatisticsByRangeRequest |
AggregateStatisticsByRangeRequest.setValueColumnName(String valueColumnName) |
Name of the value-column for which statistics are to be computed.
|