public class AggregationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<AggregationResult> |
SEARCH_AGGREGATION_RESULT |
static Builder<AggregationResult> |
SEARCH_AGGREGATION_RESULT_WITH_CURSOR |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCursorId() |
List<Map<String,Object>> |
getResults() |
Row |
getRow(int index) |
List<Row> |
getRows() |
long |
getTotalResults() |
public static final Builder<AggregationResult> SEARCH_AGGREGATION_RESULT
public static final Builder<AggregationResult> SEARCH_AGGREGATION_RESULT_WITH_CURSOR
Copyright © 2024. All rights reserved.