| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
ColumnInfo.clone() |
ColumnInfo |
Type.getArrayColumnInfo()
Indicates if the column is an array.
|
ColumnInfo |
Type.getTimeSeriesMeasureValueColumnInfo()
Indicates if the column is a timeseries data type.
|
ColumnInfo |
ColumnInfo.withName(String name)
The name of the result set column.
|
ColumnInfo |
ColumnInfo.withType(Type type)
The data type of the result set column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
QueryResult.getColumnInfo()
The column data types of the returned result set.
|
List<ColumnInfo> |
Type.getRowColumnInfo()
Indicates if the column is a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setArrayColumnInfo(ColumnInfo arrayColumnInfo)
Indicates if the column is an array.
|
void |
Type.setTimeSeriesMeasureValueColumnInfo(ColumnInfo timeSeriesMeasureValueColumnInfo)
Indicates if the column is a timeseries data type.
|
Type |
Type.withArrayColumnInfo(ColumnInfo arrayColumnInfo)
Indicates if the column is an array.
|
QueryResult |
QueryResult.withColumnInfo(ColumnInfo... columnInfo)
The column data types of the returned result set.
|
Type |
Type.withRowColumnInfo(ColumnInfo... rowColumnInfo)
Indicates if the column is a row.
|
Type |
Type.withTimeSeriesMeasureValueColumnInfo(ColumnInfo timeSeriesMeasureValueColumnInfo)
Indicates if the column is a timeseries data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setColumnInfo(Collection<ColumnInfo> columnInfo)
The column data types of the returned result set.
|
void |
Type.setRowColumnInfo(Collection<ColumnInfo> rowColumnInfo)
Indicates if the column is a row.
|
QueryResult |
QueryResult.withColumnInfo(Collection<ColumnInfo> columnInfo)
The column data types of the returned result set.
|
Type |
Type.withRowColumnInfo(Collection<ColumnInfo> rowColumnInfo)
Indicates if the column is a row.
|
Copyright © 2021. All rights reserved.