public class RowDataContainer extends Object implements org.apache.hadoop.io.Writable
RowData.
NOTE: Although this class implements Writable it is only to comply with Hive's
interface. This class cannot go through network.
| 构造器和说明 |
|---|
RowDataContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.table.data.RowData |
get() |
void |
readFields(DataInput dataInput) |
void |
set(org.apache.flink.table.data.RowData rowData) |
void |
write(DataOutput dataOutput) |
public org.apache.flink.table.data.RowData get()
public void set(org.apache.flink.table.data.RowData 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 © 2019–2022 The Apache Software Foundation. All rights reserved.