public class HiveBinaryWriter extends AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector,VarBinaryWriter>
inspector, writer
Constructor and Description |
---|
HiveBinaryWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector inspector,
VarBinaryWriter writer,
DrillBuf drillBuf) |
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 HiveBinaryWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector inspector, VarBinaryWriter writer, DrillBuf drillBuf)
public void write(Object value)
HiveValueWriter
value
- top or embedded row value of Hive columnCopyright © 1970 The Apache Software Foundation. All rights reserved.