public abstract class HiveBaseCharWritable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.io.Text |
value |
| Constructor and Description |
|---|
HiveBaseCharWritable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCharacterLength() |
org.apache.hadoop.io.Text |
getTextValue()
Access to the internal Text member.
|
int |
hashCode() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public int getCharacterLength()
public org.apache.hadoop.io.Text getTextValue()
public void readFields(DataInput in) throws IOException
IOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.