Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Column |
Column.clone() |
Column |
Column.withComment(String comment)
Free-form text comment.
|
Column |
Column.withName(String name)
The name of the
Column . |
Column |
Column.withType(String type)
The datatype of data in 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 © 2017. All rights reserved.