Package org.apache.orc.mapred
Class OrcValue
java.lang.Object
org.apache.orc.mapred.OrcValue
- All Implemented Interfaces:
 Writable,JobConfigurable
This type provides a wrapper for OrcStruct so that it can be sent through
 the MapReduce shuffle as a value.
 
The user should set the JobConf with orc.mapred.value.type with the type string of the type.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreadFields(DataInput dataInput) voidwrite(DataOutput dataOutput)  
- 
Field Details
- 
value
 
 - 
 - 
Constructor Details
- 
OrcValue
 - 
OrcValue
public OrcValue() 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceWritable- Throws:
 IOException
 - 
readFields
- Specified by:
 readFieldsin interfaceWritable- Throws:
 IOException
 - 
configure
- Specified by:
 configurein interfaceJobConfigurable
 
 -