Package org.apache.orc.mapred
Class OrcUnion
java.lang.Object
org.apache.orc.mapred.OrcUnion
- All Implemented Interfaces:
 Comparable<OrcUnion>,Writable,WritableComparable<OrcUnion>
An in-memory representation of a union type.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
OrcUnion
 
 - 
 - 
Method Details
- 
set
 - 
getTag
public byte getTag() - 
getObject
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
write
- Specified by:
 writein interfaceWritable- Throws:
 IOException
 - 
readFields
- Specified by:
 readFieldsin interfaceWritable- Throws:
 IOException
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<OrcUnion>
 
 -