| Package | Description |
|---|---|
| com.aliyun.odps | |
| com.aliyun.odps.data |
表示Odps任务输入/输出的数据结构,例如TableInfo。
|
| com.aliyun.odps.type |
| Modifier and Type | Method and Description |
|---|---|
OdpsType |
Column.getType()
Deprecated.
|
static OdpsType |
OdpsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdpsType[] |
OdpsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<OdpsType> |
Column.getGenericTypeList() |
| Modifier and Type | Method and Description |
|---|---|
static String |
OdpsType.getFullTypeString(OdpsType type,
List<OdpsType> genericTypeList)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OdpsType.getFullTypeString(OdpsType type,
List<OdpsType> genericTypeList)
Deprecated.
|
void |
Column.setGenericTypeList(List<OdpsType> genericOdpsTypeList) |
| Constructor and Description |
|---|
Column(String name,
OdpsType type)
构造Column对象
|
Column(String name,
OdpsType type,
String comment)
Deprecated.
|
Column(String name,
OdpsType type,
String comment,
String label,
List<OdpsType> genericOdpsTypeList) |
| Constructor and Description |
|---|
Column(String name,
OdpsType type,
String comment,
String label,
List<OdpsType> genericOdpsTypeList) |
| Modifier and Type | Method and Description |
|---|---|
static Class |
OdpsTypeTransformer.odpsTypeToJavaType(OdpsType type) |
| Modifier and Type | Method and Description |
|---|---|
OdpsType |
AbstractPrimitiveTypeInfo.getOdpsType() |
OdpsType |
TypeInfo.getOdpsType() |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveTypeInfo |
TypeInfoFactory.getPrimitiveTypeInfo(OdpsType OdpsType) |
Copyright © 2021 Alibaba Cloud Computing. All rights reserved.