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
-
Method Summary
-
Constructor Details
-
OrcUnion
-
-
Method Details
-
set
-
getTag
public byte getTag() -
getObject
-
equals
-
hashCode
public int hashCode() -
toString
-
write
- Specified by:
write
in interfaceWritable
- Throws:
IOException
-
readFields
- Specified by:
readFields
in interfaceWritable
- Throws:
IOException
-
compareTo
- Specified by:
compareTo
in interfaceComparable<OrcUnion>
-