public class AggregationResult extends Object
Modifier and Type | Field and Description |
---|---|
long |
totalResults |
Constructor and Description |
---|
AggregationResult(List<Object> resp) |
AggregationResult(List<Object> resp,
long cursorId) |
Modifier and Type | Method and Description |
---|---|
long |
getCursorId() |
List<Map<String,Object>> |
getResults() |
Row |
getRow(int index) |
Copyright © 2020 RedisLabs. All rights reserved.