public class AnalyticsQueryResultBatch extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AnalyticsSchemaColumn> |
columns |
protected String |
nextToken |
protected AnalyticsQueryExecution |
queryExecution |
protected List<List<String>> |
rows |
| Constructor and Description |
|---|
AnalyticsQueryResultBatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AnalyticsSchemaColumn> |
getColumns()
The schemas of the columns returned by the query (in order).
|
String |
getNextToken()
The token to be provided to fetch the next batch of results.
|
AnalyticsQueryExecution |
getQueryExecution()
The query execution which produced the result.
|
List<List<String>> |
getRows()
The rows of the result set contained in this batch where each row is a list of column values (in order of the columns specified in the query).
|
int |
hashCode() |
String |
toString() |
protected List<AnalyticsSchemaColumn> columns
protected String nextToken
protected AnalyticsQueryExecution queryExecution
public List<AnalyticsSchemaColumn> getColumns()
public String getNextToken()
public AnalyticsQueryExecution getQueryExecution()
public List<List<String>> getRows()
Copyright © 2022. All rights reserved.