| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.clone() |
Order |
Order.withColumn(String column)
The name of the column.
|
Order |
Order.withSortOrder(Integer sortOrder)
Indicates that the column is sorted in ascending order (
== 1), or in descending order (
==0). |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
StorageDescriptor.getSortColumns()
A list specifying the sort order of each bucket in the table.
|
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor |
StorageDescriptor.withSortColumns(Order... sortColumns)
A list specifying the sort order of each bucket in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setSortColumns(Collection<Order> sortColumns)
A list specifying the sort order of each bucket in the table.
|
StorageDescriptor |
StorageDescriptor.withSortColumns(Collection<Order> sortColumns)
A list specifying the sort order of each bucket in the table.
|
Copyright © 2023. All rights reserved.