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.
| Constructor and Description |
|---|
RowDataContainer() |
| Modifier and Type | Method and Description |
|---|---|
InternalRow |
get() |
void |
readFields(DataInput dataInput) |
void |
set(InternalRow rowData) |
void |
write(DataOutput dataOutput) |
public InternalRow get()
public void set(InternalRow rowData)
public void write(DataOutput dataOutput) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput dataInput) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.