| Package | Description |
|---|---|
| com.aliyun.odps.udf |
UDF API
主要包括
UDF(User Defined Function,用户自定义函数)
和 UDTF (User Defined Table-generating Function,用户自定义生成表函数) |
| com.aliyun.odps.udf.impl |
UDF SDK中用于内部实现的功能,这部分不属于API,接口随时可能改变,不推荐使用。
|
| Modifier and Type | Method and Description |
|---|---|
OdpsType[] |
UDTF.initialize(OdpsType[] inputTypes)
Deprecated.
|
OdpsType[] |
UDTF.resolve(OdpsType[] inputTypes)
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 |
|---|---|
OdpsType[] |
UDTF.initialize(OdpsType[] inputTypes)
Deprecated.
|
OdpsType[] |
UDTF.resolve(OdpsType[] inputTypes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OdpsType[] |
AnnotationParser.Prototype.getArguments() |
OdpsType[] |
AnnotationParser.Prototype.getReturns() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationParser.Prototype.setArguments(OdpsType[] arguments) |
void |
AnnotationParser.Prototype.setReturns(OdpsType[] returns) |
Copyright © 2021 Alibaba Cloud Computing. All rights reserved.