| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Datum |
Datum.clone() |
Datum |
Datum.withVarCharValue(String varCharValue)
The value of the datum.
|
| Modifier and Type | Method and Description |
|---|---|
List<Datum> |
Row.getData()
The data that populates a row in a query result table.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.withData(Datum... data)
The data that populates a row in a query result table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Row.setData(Collection<Datum> data)
The data that populates a row in a query result table.
|
Row |
Row.withData(Collection<Datum> data)
The data that populates a row in a query result table.
|
Copyright © 2018. All rights reserved.