public class ParquetHiveRecord extends Object implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
StructObjectInspector |
inspector |
Object |
value |
Constructor and Description |
---|
ParquetHiveRecord() |
ParquetHiveRecord(Object o,
StructObjectInspector oi) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
StructObjectInspector |
getObjectInspector() |
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
public Object value
public StructObjectInspector inspector
public ParquetHiveRecord()
public ParquetHiveRecord(Object o, StructObjectInspector oi)
public StructObjectInspector getObjectInspector()
public Object getObject()
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.