public abstract class AggregationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
orderedByNestedAgg |
| Constructor and Description |
|---|
AggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
static <TResult extends AggregationResult> |
createEmptyResult(Class<? extends TResult> resultType) |
boolean |
isOrderedByNestedAgg() |
void |
setOrderedByNestedAgg(boolean orderedByNestedAgg) |
public static <TResult extends AggregationResult> TResult createEmptyResult(Class<? extends TResult> resultType)
public boolean isOrderedByNestedAgg()
public void setOrderedByNestedAgg(boolean orderedByNestedAgg)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.