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