K - the type of the key emitted by the viewRB - the type of the request builder returned after each set operationpublic static interface SettableViewParameters.Reduceable<K,RB extends RequestBuilder>
| Modifier and Type | Method and Description |
|---|---|
RB |
group(boolean group)
Group the results to a group or single row when using a reduce function.
|
RB |
groupLevel(int group_level)
Group reduce results for the specified number of array fields.
|
RB |
reduce(boolean reduce)
Use the reduce function of the view.
|
RB reduce(boolean reduce)
Note that although the default is true if a view does not have a reduce
function this parameter will have no effect.
reduce - false to not use reduce, default trueRB group(boolean group)
group - true to group, default false,RB groupLevel(int group_level)
group_level - number of array fields to group