| Package | Description |
|---|---|
| com.aliyun.odps | |
| com.aliyun.odps.data |
表示Odps任务输入/输出的数据结构,例如TableInfo。
|
| com.aliyun.odps.type |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
Column.getTypeInfo()
获得列类型
|
| Constructor and Description |
|---|
Column(String name,
TypeInfo typeInfo) |
Column(String name,
TypeInfo typeInfo,
String comment) |
Column(String name,
TypeInfo typeInfo,
String comment,
String label) |
Column(String name,
TypeInfo typeInfo,
String comment,
String label,
List<String> extendedlabels) |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
Struct.getFieldTypeInfo(int index) |
TypeInfo |
SimpleStruct.getFieldTypeInfo(int index) |
TypeInfo |
Struct.getFieldTypeInfo(String fieldName) |
TypeInfo |
SimpleStruct.getFieldTypeInfo(String fieldName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayTypeInfo
Odps array 类型接口
ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误
Created by zhenhong.gzh on 16/7/8.
|
interface |
MapTypeInfo
map 类型接口
ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误
Created by zhenhong.gzh on 16/7/8.
|
interface |
PrimitiveTypeInfo
odps 基本类型接口
ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误
Created by zhenhong.gzh on 16/7/7.
|
interface |
StructTypeInfo
Odps struct 接口
ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误
Created by zhenhong.gzh on 16/7/8.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCharTypeInfo
Created by zhenhong.gzh on 16/7/11.
|
class |
AbstractPrimitiveTypeInfo
odps 基本类型接口
Created by zhenhong.gzh on 16/7/7.
|
class |
CharTypeInfo
Odps char 类型
Created by zhenhong.gzh on 16/7/12.
|
class |
DecimalTypeInfo
Odps decimal 类型
Created by zhenhong.gzh on 16/7/7.
|
class |
SimplePrimitiveTypeInfo
odps 基本类型
Created by zhenhong.gzh on 16/7/7.
|
class |
VarcharTypeInfo
Odps varchar 类型
Created by zhenhong.gzh on 16/7/12.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
ArrayTypeInfo.getElementTypeInfo() |
TypeInfo |
MapTypeInfo.getKeyTypeInfo() |
static TypeInfo |
TypeInfoParser.getTypeInfoFromTypeString(String name) |
TypeInfo |
MapTypeInfo.getValueTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeInfo> |
StructTypeInfo.getFieldTypeInfos() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayTypeInfo |
TypeInfoFactory.getArrayTypeInfo(TypeInfo valueType) |
static MapTypeInfo |
TypeInfoFactory.getMapTypeInfo(TypeInfo keyType,
TypeInfo valueType) |
| Modifier and Type | Method and Description |
|---|---|
static StructTypeInfo |
TypeInfoFactory.getStructTypeInfo(List<String> names,
List<TypeInfo> typeInfos) |
Copyright © 2021 Alibaba Cloud Computing. All rights reserved.