| Package | Description |
|---|---|
| com.aliyun.odps.data |
表示Odps任务输入/输出的数据结构,例如TableInfo。
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStruct
一个简单
Struct 接口的实现
Created by zhenhong.gzh on 16/8/22. |
| Modifier and Type | Method and Description |
|---|---|
Struct |
ArrayRecord.getStruct(int idx) |
Struct |
ArrayRecord.getStruct(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayRecord.setStruct(int idx,
Struct value) |
void |
ArrayRecord.setStruct(String columnName,
Struct value) |
Copyright © 2021 Alibaba Cloud Computing. All rights reserved.