| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.addParametersEntry(String key,
String value) |
Column |
Column.clearParametersEntries()
Removes all the entries added into Parameters.
|
Column |
Column.clone() |
Column |
Column.withComment(String comment)
A free-form text comment.
|
Column |
Column.withName(String name)
The name of the
Column. |
Column |
Column.withParameters(Map<String,String> parameters)
These key-value pairs define properties associated with the column.
|
Column |
Column.withType(String type)
The data type of the
Column. |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
StorageDescriptor.getColumns()
A list of the
Columns in the table. |
List<Column> |
Table.getPartitionKeys()
A list of columns by which the table is partitioned.
|
List<Column> |
TableInput.getPartitionKeys()
A list of columns by which the table is partitioned.
|
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor |
StorageDescriptor.withColumns(Column... columns)
A list of the
Columns in the table. |
Table |
Table.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setColumns(Collection<Column> columns)
A list of the
Columns in the table. |
void |
Table.setPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
void |
TableInput.setPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
StorageDescriptor |
StorageDescriptor.withColumns(Collection<Column> columns)
A list of the
Columns in the table. |
Table |
Table.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
Copyright © 2019. All rights reserved.