| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Datum.getRowValue()
Indicates if the data point is a row.
|
Row |
Row.withData(Collection<Datum> data)
List of data points in a single row of the result set.
|
Row |
Row.withData(Datum... data)
List of data points in a single row of the result set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
QueryResult.getRows()
The result set rows returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datum.setRowValue(Row rowValue)
Indicates if the data point is a row.
|
QueryResult |
QueryResult.withRows(Row... rows)
The result set rows returned by the query.
|
Datum |
Datum.withRowValue(Row rowValue)
Indicates if the data point is a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setRows(Collection<Row> rows)
The result set rows returned by the query.
|
QueryResult |
QueryResult.withRows(Collection<Row> rows)
The result set rows returned by the query.
|
Copyright © 2021. All rights reserved.