| Package | Description |
|---|---|
| com.aliyun.odps |
提供操作ODPS基本资源的类
|
| Modifier and Type | Method and Description |
|---|---|
Partition |
Table.getPartition(PartitionSpec spec)
获取指定分区信息
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Partition> |
Table.getPartitionIterator()
获取分区迭代器
|
Iterator<Partition> |
Table.getPartitionIterator(PartitionSpec spec)
获取分区迭代器
|
List<Partition> |
Table.getPartitions()
获取所有分区信息
|
List<Partition> |
Table.getPartitions(PartitionSpec lowerBound,
PartitionSpec upperBound)
Get partitions by range.
|
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.