public class AggregationResult
extends java.lang.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 |
|---|---|
java.lang.Long |
getCursorId() |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getResults() |
Row |
getRow(int index) |
java.util.List<Row> |
getRows() |
long |
getTotalResults() |
java.util.List<java.lang.String> |
getWarnings() |
public static final Builder<AggregationResult> SEARCH_AGGREGATION_RESULT
public static final Builder<AggregationResult> SEARCH_AGGREGATION_RESULT_WITH_CURSOR
public java.lang.Long getCursorId()
public long getTotalResults()
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getResults()
public java.util.List<Row> getRows()
Rows.getResults()public Row getRow(int index)
public java.util.List<java.lang.String> getWarnings()
Copyright © 2025. All rights reserved.