| Package | Description |
|---|---|
| com.aliyun.odps.data |
表示Odps任务输入/输出的数据结构,例如TableInfo。
|
| com.aliyun.odps.io |
ODPS中使用的Writable数据类型,目前只有Graph作业需要使用
|
| Modifier and Type | Method and Description |
|---|---|
IntervalYearMonth |
ArrayRecord.getIntervalYearMonth(int idx) |
IntervalYearMonth |
ArrayRecord.getIntervalYearMonth(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
int |
IntervalYearMonth.compareTo(IntervalYearMonth o) |
void |
ArrayRecord.setIntervalYearMonth(int idx,
IntervalYearMonth value) |
void |
ArrayRecord.setIntervalYearMonth(String columnName,
IntervalYearMonth value) |
| Modifier and Type | Method and Description |
|---|---|
IntervalYearMonth |
IntervalYearMonthWritable.get()
返回此 IntervalYearMonthWritable 的值
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntervalYearMonthWritable.set(IntervalYearMonth interval)
使用IntervalYearMonth对象设置该writable的值
|
| Constructor and Description |
|---|
IntervalYearMonthWritable(IntervalYearMonth value)
根据给定的 IntervalYearMonth 对象构造 IntervalYearMonthWritable
|
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.