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
IOException
public void write(DataOutput out) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.