| Package | Description |
|---|---|
| com.aliyun.odps.data |
表示Odps任务输入/输出的数据结构,例如TableInfo。
|
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
JsonValue.get(int index) |
JsonValue |
JsonValue.get(String filedName) |
JsonValue |
ArrayRecord.getJsonValue(int idx) |
JsonValue |
ArrayRecord.getJsonValue(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayRecord.setJsonValue(int idx,
JsonValue value) |
void |
ArrayRecord.setJsonValue(String columnName,
JsonValue value) |
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.