public class QueryResult extends Object
When applying aggregation functions in the query (min/max/groupby/count/avg) you will get values for the identifier. Same identifier may occur more than once as the results get updated.
Constructor and Description |
---|
QueryResult(io.axoniq.axonserver.grpc.event.RowResponse response,
List<String> columns)
Constructs a
QueryResult . |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name)
Retrieve the column information referring to the given
name . |
List<String> |
getColumns() |
List<Object> |
getIdentifiers() |
List<Object> |
getSortValues() |
String |
toString() |
public QueryResult(io.axoniq.axonserver.grpc.event.RowResponse response, List<String> columns)
QueryResult
.response
- the result to base this QueryResult
oncolumns
- the List
of column information contained in the given response
Copyright © 2010–2020. All rights reserved.