public class RowDataContainer extends Object implements org.apache.hadoop.io.Writable
InternalRow.
NOTE: Although this class implements Writable it is only to comply with Hive's
interface. This class cannot go through network.
| 构造器和说明 |
|---|
RowDataContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.paimon.data.InternalRow |
get() |
void |
readFields(DataInput dataInput) |
void |
set(org.apache.paimon.data.InternalRow rowData) |
void |
write(DataOutput dataOutput) |
public org.apache.paimon.data.InternalRow get()
public void set(org.apache.paimon.data.InternalRow rowData)
public void write(DataOutput dataOutput) throws IOException
write 在接口中 org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput dataInput) throws IOException
readFields 在接口中 org.apache.hadoop.io.WritableIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.