public class HiveByteWriter extends AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector,org.apache.drill.exec.vector.complex.writer.IntWriter>
inspector, writer| Constructor and Description |
|---|
HiveByteWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector inspector,
org.apache.drill.exec.vector.complex.writer.IntWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Object value)
Accepts row top or embedded value of concrete column and writes it into
appropriate value vector.
|
public HiveByteWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector inspector,
org.apache.drill.exec.vector.complex.writer.IntWriter writer)
public void write(Object value)
HiveValueWritervalue - top or embedded row value of Hive columnCopyright © 2021 The Apache Software Foundation. All rights reserved.