| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.withComment(String comment)
Optional information about the column.
|
Column |
Column.withName(String name)
The name of the column.
|
Column |
Column.withType(String type)
The data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
TableMetadata.getColumns()
A list of the columns in the table.
|
List<Column> |
TableMetadata.getPartitionKeys()
A list of the partition keys in the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
TableMetadata.withColumns(Column... columns)
A list of the columns in the table.
|
TableMetadata |
TableMetadata.withPartitionKeys(Column... partitionKeys)
A list of the partition keys in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMetadata.setColumns(Collection<Column> columns)
A list of the columns in the table.
|
void |
TableMetadata.setPartitionKeys(Collection<Column> partitionKeys)
A list of the partition keys in the table.
|
TableMetadata |
TableMetadata.withColumns(Collection<Column> columns)
A list of the columns in the table.
|
TableMetadata |
TableMetadata.withPartitionKeys(Collection<Column> partitionKeys)
A list of the partition keys in the table.
|
Copyright © 2023. All rights reserved.