public final class OrcValue extends Object implements Writable, JobConfigurable
The user should set the JobConf with orc.mapred.value.type with the type string of the type.
Modifier and Type | Field and Description |
---|---|
WritableComparable |
value |
Constructor and Description |
---|
OrcValue() |
OrcValue(WritableComparable value) |
Modifier and Type | Method and Description |
---|---|
void |
configure(JobConf conf) |
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
public WritableComparable value
public OrcValue(WritableComparable value)
public OrcValue()
public void write(DataOutput dataOutput) throws IOException
write
in interface Writable
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface Writable
IOException
public void configure(JobConf conf)
configure
in interface JobConfigurable
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.