| Package | Description |
|---|---|
| com.aliyun.odps.io |
ODPS中使用的Writable数据类型,目前只有Graph作业需要使用
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharWritable
CharWritable 提供了 char 的
Writable 和 WritableComparable 的实现 |
class |
VarcharWritable
VarcharWritable 提供了 varchar 的
Writable 和 WritableComparable 的实现 |
| Modifier and Type | Method and Description |
|---|---|
void |
Text.set(Text other)
拷贝另个 Text 的内容.
|
| Constructor and Description |
|---|
Text(Text utf8)
从另一个 Text 对象构造 Text,内容会做拷贝.
|
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.